You are here

function xmlsitemap_update_7204 in XML sitemap 7.2

Rehash all sitemaps according to new context sorting.

File

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

Code

function xmlsitemap_update_7204() {
  _xmlsitemap_sitemap_rehash_all();
}