]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15739: make cron.php actually call events_cron
authormjollnir_ <mjollnir_>
Mon, 21 Jul 2008 16:04:14 +0000 (16:04 +0000)
committermjollnir_ <mjollnir_>
Mon, 21 Jul 2008 16:04:14 +0000 (16:04 +0000)
admin/cron.php

index a1ef00456927a9a713162eefd4c776e32d76be1b..9cb16df0faa829aa84a55e4b4c26fb52bdf03ce6 100644 (file)
     mtrace('done.');
 
 
+    mtrace('Starting processing the event queue...');
+    events_cron();
+    mtrace('done.');
+
+
 /// Run all core cron jobs, but not every time since they aren't too important.
 /// These don't have a timer to reduce load, so we'll use a random number 
 /// to randomly choose the percentage of times we should run these jobs.