function googlenews_uninstall in Google News sitemap 7
Same name and namespace in other branches
- 5 googlenews.install \googlenews_uninstall()
- 6 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_base_url');
variable_del('googlenews_cache_timeout');
variable_del('googlenews_category');
variable_get('googlenews_content_hours');
variable_del('googlenews_publication_name');
variable_del('googlenews_source');
variable_del('googlenews_tag_access');
variable_del('googlenews_tag_genres');
variable_del('googlenews_tag_geo_locations');
variable_del('googlenews_tag_keywords');
variable_del('googlenews_tag_stock_tickers');
variable_del('googlenews_view');
}