function xmlsitemap_menu_update_6201 in XML sitemap 7.2
Same name and namespace in other branches
- 6.2 xmlsitemap_menu/xmlsitemap_menu.install \xmlsitemap_menu_update_6201()
Rename the menu type to 'menu_link'.
File
- xmlsitemap_menu/
xmlsitemap_menu.install, line 44 - Install and uninstall schema and functions for the xmlsitemap_menu module.
Code
function xmlsitemap_menu_update_6201() {
drupal_load('module', 'xmlsitemap');
xmlsitemap_link_type_rename('menu', 'menu_link');
}