function rich_snippets_uninstall in Rich Snippets 7
Implements hook_uninstall().
File
- ./
rich_snippets.install, line 19 - Install, update, and uninstall functions for the Rich Snippets module.
Code
function rich_snippets_uninstall() {
variable_del('date_format_rich_snippets_published_date');
variable_del('date_format_rich_snippets_event_date');
}