You are here

function xmlsitemap_engines_update_6200 in XML sitemap 6.2

Empty update.

File

xmlsitemap_engines/xmlsitemap_engines.install, line 87
Install, update and uninstall functions for the xmlsitemap_engines module.

Code

function xmlsitemap_engines_update_6200() {
  return array();
}