You are here

function xmlsitemap_taxonomy_disable in XML sitemap 6

Implementation of hook_disable().

File

xmlsitemap_taxonomy/xmlsitemap_taxonomy.install, line 22
Installation file for XML sitemap term.

Code

function xmlsitemap_taxonomy_disable() {
  xmlsitemap_flag_sitemap();
}