Todo List
This file implements cron (scheduled tasks) handling functions.
This file is part of Quam Plures - http://quamplures.net/ See also https://launchpad.net/quam-plures.
(c)2003-2009 by Francois PLANQUE - http://fplanque.net/
void call_job( string $job_name, [string $job_params = array()] )
Call a cron job.
void cron_log( string $message, [integer $level = 0] )
Log a message from cron.