function googlenews_uninstall in Google News sitemap 5
Same name and namespace in other branches
- 6 googlenews.install \googlenews_uninstall()
- 7 googlenews.install \googlenews_uninstall()
Implementation of googlenews_uninstall().
File
- ./
googlenews.install, line 11 - Install, update, and uninstall functions for the googlenews module.
Code
function googlenews_uninstall() {
variable_del('googlenews_node_types');
variable_del('googlenews_category');
}