You are here

function xmlsitemap_taxonomy_update_last_removed in XML sitemap 7.2

Implements hook_update_last_removed().

File

xmlsitemap_taxonomy/xmlsitemap_taxonomy.install, line 23
Install and uninstall schema and functions for the xmlsitemap_taxonomy.

Code

function xmlsitemap_taxonomy_update_last_removed() {
  return 6198;
}