function xmlsitemap_update_6126 in XML sitemap 6
Implementation of hook_update_N().
@TODO: Why are we deleting all rows from xmlsitemap?
File
- ./
xmlsitemap.install, line 438 - Installation file for XML sitemap.
Code
function xmlsitemap_update_6126() {
$ret[] = update_sql("DELETE FROM {xmlsitemap}");
return $ret;
}