You are here

function xmlsitemap_menu_update_2 in XML sitemap 5.2

Implementation of hook_update_N().

File

xmlsitemap_menu/xmlsitemap_menu.install, line 72
Install file for XML sitemap menu

Code

function xmlsitemap_menu_update_2() {
  return xmlsitemap_menu_update_1();
}