You are here

function xmlsitemap_static_reset in XML sitemap 6.2

1 call to xmlsitemap_static_reset()
XMLSitemapTestHelper::setUp in ./xmlsitemap.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…

File

./xmlsitemap.module, line 1483
Main file for the xmlsitemap module.

Code

function xmlsitemap_static_reset($name = NULL) {
  xmlsitemap_static($name, NULL, TRUE);
}