You are here

function xmlsitemap_modules_disabled in XML sitemap 7.2

Implements hook_modules_disabled().

File

./xmlsitemap.module, line 279
xmlsitemap XML sitemap

Code

function xmlsitemap_modules_disabled(array $modules) {
  cache_clear_all('xmlsitemap:', 'cache', TRUE);
}