function xmlsitemap_term_update_3 in XML sitemap 5.2
Implementation of hook_update_N().
Force a sitemap update.
File
- xmlsitemap_term/
xmlsitemap_term.install, line 80 - Install file for XML sitemap term
Code
function xmlsitemap_term_update_3() {
variable_set('xmlsitemap_update', TRUE);
return array(
0 => array(
'success' => TRUE,
'query' => 'FORCE SITEMAP UPDATE',
),
);
}