You are here

function xmlsitemap_node_disable in XML sitemap 5.2

Same name and namespace in other branches
  1. 5 xmlsitemap_node/xmlsitemap_node.install \xmlsitemap_node_disable()
  2. 6 xmlsitemap_node/xmlsitemap_node.install \xmlsitemap_node_disable()

Implementation of hook_disable().

File

xmlsitemap_node/xmlsitemap_node.install, line 52
Install file for XML sitemap node

Code

function xmlsitemap_node_disable() {
  xmlsitemap_flag_sitemap();
}