File/program/modules/sitemap/sitemap_cron.php

Description

/program/modules/sitemap/sitemap_cron.php - interface to the cron-part of the sitemap module

This file defines the interface with the sitemap-module for cron. The interface consists of this function:

    sitemap_cron()

This function is called whenever cron determines that it is time to perform this function.

Functions
sitemap_cron (line 44)

routine that is called periodically by cron

there is nothing in this module that needs to be done by cron, so this routine is basically a nop.

  • return: TRUE on success, FALSE otherwise
bool sitemap_cron ( $keywords,  $areas)
  • $keywords
  • $areas

Documentation generated on Sat, 1 Oct 2011 00:27:37 +0200 by phpDocumentor 1.4.0