You are here

function xmlsitemap_term_disable in XML sitemap 5

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

Implementation of hook_disable().

File

xmlsitemap_term/xmlsitemap_term.install, line 91

Code

function xmlsitemap_term_disable() {
  xmlsitemap_update_sitemap();
}