function xmlsitemap_update_3 in XML sitemap 5.2
Implementation of hook_update_N().
File
- xmlsitemap/
xmlsitemap.install, line 95 - Install file for XML sitemap
Code
function xmlsitemap_update_3() {
return array();
}
Implementation of hook_update_N().
function xmlsitemap_update_3() {
return array();
}