]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14074 removed obsoleted $CFG->enablerecordcache = true
authorskodak <skodak>
Thu, 27 Mar 2008 08:37:43 +0000 (08:37 +0000)
committerskodak <skodak>
Thu, 27 Mar 2008 08:37:43 +0000 (08:37 +0000)
mod/workshop/lib.php

index 3b058cd1cea057ff923162da30eb7392303028cc..4f52c53a326ff25bf6a0e480c1c9b7fde0a8d98e 100644 (file)
@@ -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;