File/program/modules/newsletter/newsletter_cron.php

Description

/program/modules/newsletter/newsletter_cron.php - interface to the cron-part of the newsletter module

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

    newsletter_cron()

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

Includes
 require_once (dirname(__FILE__)."/newsletter_common.php") (line 36)
Functions
newsletter_cron (line 48)

routine that is called periodically by cron

this routine performs household chores every now and then (interval: 15 minutes; see newsletter_manifest.php). An important chore is tending to any queued newsletters. Another one is getting rid of obsolete and unfinished new entries in newsletter_subscribers and existing entries with expired oncecodes.

  • return: TRUE on success, FALSE otherwise
bool newsletter_cron ()

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