function xmlsitemap_user_update_6113 in XML sitemap 6
Implementation of hook_update_N().
File
- xmlsitemap_user/
xmlsitemap_user.install, line 309 - Installation file for XML sitemap user.
Code
function xmlsitemap_user_update_6113() {
$ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'xmlsitemap_user'");
return $ret;
}