diff -r e858bacb5cfa -r 3dbe848431b0 includes/common.php --- a/includes/common.php Fri Oct 19 21:07:54 2007 -0400 +++ b/includes/common.php Fri Oct 19 21:39:33 2007 -0400 @@ -68,6 +68,9 @@ if ( file_exists( ENANO_ROOT . '/_nightly.php') ) require(ENANO_ROOT.'/_nightly.php'); +// List of scheduled tasks +$cron_tasks = array(); + // Start including files. LOTS of files. Yeah! require_once(ENANO_ROOT.'/includes/constants.php'); dc_here('Enano CMS '.$version.' (dev) - debug window
Powered by debugConsole');