From: skodak Date: Thu, 27 Mar 2008 08:37:43 +0000 (+0000) Subject: MDL-14074 removed obsoleted $CFG->enablerecordcache = true X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=953d154fa47338bdb27054804ad1fbc314ea9450;p=moodle.git MDL-14074 removed obsoleted $CFG->enablerecordcache = true --- diff --git a/mod/workshop/lib.php b/mod/workshop/lib.php index 3b058cd1ce..4f52c53a32 100644 --- a/mod/workshop/lib.php +++ b/mod/workshop/lib.php @@ -171,8 +171,6 @@ function workshop_cron () { } } $timenow = time(); - - $CFG->enablerecordcache = true; // We want all the caching we can get // Find all workshop notifications that have yet to be mailed out, and mails them $cutofftime = $timenow - $CFG->maxeditingtime;