You are here

function xmlsitemap_modules_enabled in XML sitemap 7.2

Implements hook_modules_enabled().

File

./xmlsitemap.module, line 272
xmlsitemap XML sitemap

Code

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