You are here

function xmlsitemap_update_last_removed in XML sitemap 7.2

Implements hook_update_last_removed().

File

./xmlsitemap.install, line 391
Install, update and uninstall functions for the xmlsitemap module.

Code

function xmlsitemap_update_last_removed() {
  return 6201;
}