You are here

function xmlsitemap_update_8003 in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 xmlsitemap.install \xmlsitemap_update_8003()

Update the path of the frontpage link in case it was reset again.

File

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

Code

function xmlsitemap_update_8003() {
  xmlsitemap_update_8002();
}