includes/common.php
changeset 191 3dbe848431b0
parent 155 87bffacdfb92
child 193 ebe99e82a59a
child 195 eec079676fe7
--- 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<br />Powered by debugConsole');