function xmlsitemap_node_update_6106 in XML sitemap 6
Implementation of hook_update_N().
File
- xmlsitemap_node/
xmlsitemap_node.install, line 259 - Installation file for XML sitemap node.
Code
function xmlsitemap_node_update_6106() {
$ret[] = update_sql("UPDATE {system} SET weight = 5 WHERE name = 'xmlsitemap_node'");
return $ret;
}