You are here

function rich_snippets_install in Rich Snippets 7

Implements hook_install().

File

./rich_snippets.install, line 11
Install, update, and uninstall functions for the Rich Snippets module.

Code

function rich_snippets_install() {
  variable_set('date_format_rich_snippets_published_date', 'M j, Y');
  variable_set('date_format_rich_snippets_event_date', 'D, M j, Y');
}