From 710a3ee95ff109a61264f48c1c19f102b653f911 Mon Sep 17 00:00:00 2001
From: Penny Leach <penny@mjollnir.org>
Date: Thu, 18 Sep 2008 18:01:58 +0100
Subject: [PATCH] [UPSTREAM] run the event queue in cron

---
 admin/cron.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/admin/cron.php b/admin/cron.php
index 5582537..b9bee8f 100644
--- a/admin/cron.php
+++ b/admin/cron.php
@@ -223,6 +223,9 @@
     grade_cron();
     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 
-- 
1.5.6.5

