You are here

function xmlsitemap_node_update_4 in XML sitemap 5.2

Implementation of hook_update_N().

File

xmlsitemap_node/xmlsitemap_node.install, line 90
Install file for XML sitemap node

Code

function xmlsitemap_node_update_4() {
  return array();
}