File/program/modules/search/search_cron.php

Description

/program/modules/search/search_cron.php - interface to the cron-part of the search module

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

    search_cron()

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

Functions
search_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 search_cron ()

Documentation generated on Tue, 28 Jun 2016 19:11:46 +0200 by phpDocumentor 1.4.0