You are here

function xmlsitemap_user_update_last_removed in XML sitemap 7.2

Implements hook_update_last_removed().

File

xmlsitemap_user/xmlsitemap_user.install, line 41
Install and uninstall schema and functions for the xmlsitemap_user module.

Code

function xmlsitemap_user_update_last_removed() {
  return 6202;
}