You are here

function xmlsitemap_update_7202 in XML sitemap 7.2

Implements hook_update_N().

Convert the xmlsitemap_max_filesize variable to a max_filesize column per-sitemap.

File

./xmlsitemap.install, line 559
Install, update and uninstall functions for the xmlsitemap module.

Code

function xmlsitemap_update_7202() {
  xmlsitemap_update_6203();
}