You are here

function xmlsitemap_taxonomy_update_6106 in XML sitemap 6

Implementation of hook_update_N().

File

xmlsitemap_taxonomy/xmlsitemap_taxonomy.install, line 259
Installation file for XML sitemap term.

Code

function xmlsitemap_taxonomy_update_6106() {
  $ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'xmlsitemap_taxonomy'");
  return $ret;
}