function xmlsitemap_menu_cron in XML sitemap 7.2
Same name and namespace in other branches
- 6.2 xmlsitemap_menu/xmlsitemap_menu.module \xmlsitemap_menu_cron()
Implements hook_cron().
Process old menu links not found in the {xmlsitemap} table.
File
- xmlsitemap_menu/
xmlsitemap_menu.module, line 80 - Main file for XML sitemap menu.
Code
function xmlsitemap_menu_cron() {
xmlsitemap_menu_xmlsitemap_index_links(xmlsitemap_var('batch_limit'));
}