From 93b496b289525ea9b0884085d17263e666fda725 Mon Sep 17 00:00:00 2001 From: Aaron Barnes Date: Tue, 3 Aug 2010 00:22:33 +0000 Subject: [PATCH] course completion: MDL-22797 Review course completion compatibility with new enrol internals Also fixes MDL-23595 --- lib/completion/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/completion/cron.php b/lib/completion/cron.php index b0e3f86010391..c50477f155aa4 100644 --- a/lib/completion/cron.php +++ b/lib/completion/cron.php @@ -78,7 +78,7 @@ function completion_cron_mark_started() { u.id AS userid, crc.id AS completionid, ue.timestart, - ue.timecreated + ue.timecreated AS timeenrolled FROM {user} u INNER JOIN