You are here

function xmlsitemap_term_disable in XML sitemap 5.2

Same name and namespace in other branches
  1. 5 xmlsitemap_term/xmlsitemap_term.install \xmlsitemap_term_disable()

Implementation of hook_disable().

File

xmlsitemap_term/xmlsitemap_term.install, line 59
Install file for XML sitemap term

Code

function xmlsitemap_term_disable() {
  xmlsitemap_flag_sitemap();
}