function xmlsitemap_language_hierarchy_cron in Language Hierarchy 7
Implements hook_cron().
File
- modules/
xmlsitemap_language_hierarchy/ xmlsitemap_language_hierarchy.module, line 50 - Based on node_translation_sitemap module.
Code
function xmlsitemap_language_hierarchy_cron() {
// Process old nodes not found in the {xmlsitemap} table.
xmlsitemap_language_hierarchy_xmlsitemap_index_links(xmlsitemap_var('batch_limit'));
}