You are here

function xmlsitemap_user_cron in XML sitemap 6.2

Same name and namespace in other branches
  1. 5 xmlsitemap_user/xmlsitemap_user.module \xmlsitemap_user_cron()
  2. 6 xmlsitemap_user/xmlsitemap_user.module \xmlsitemap_user_cron()
  3. 7.2 xmlsitemap_user/xmlsitemap_user.module \xmlsitemap_user_cron()

Implements hook_cron().

Process old users not found in the {xmlsitemap} table.

File

xmlsitemap_user/xmlsitemap_user.module, line 46

Code

function xmlsitemap_user_cron() {
  xmlsitemap_user_xmlsitemap_index_links(xmlsitemap_var('batch_limit'));
}