You are here

function xmlsitemap_update_7201 in XML sitemap 7.2

Re-run xmlsitemap_update_6202() to ensure sitemap data has been added.

File

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

Code

function xmlsitemap_update_7201() {
  xmlsitemap_update_6202();
}