From a833a46aba0a62300f83c375bf5c8614eb4a3221 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 27 Mar 2008 08:40:01 +0000 Subject: [PATCH] MDL-14074 removed obsoleted $CFG->enablerecordcache = true; merged from MOODLE_19_STABLE --- mod/assignment/lib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php index e26eb1addb..2ea77f7bf2 100644 --- a/mod/assignment/lib.php +++ b/mod/assignment/lib.php @@ -2053,8 +2053,6 @@ function assignment_cron () { if ($submissions = assignment_get_unmailed_submissions($starttime, $endtime)) { - $CFG->enablerecordcache = true; // We want all the caching we can get - $realuser = clone($USER); foreach ($submissions as $key => $submission) { -- 2.39.5