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

index 5b2505383e62cdb8993cdb47252ebb9b7257c753..045d601c9c478dce4a3f5e07ff9d77311a9ee3ef 100644 (file)
@@ -192,8 +192,6 @@ function forum_delete_instance($id) {
 function forum_cron() {
     global $CFG, $USER;
 
-    $CFG->enablerecordcache = true;      // We want all the caching we can get
-
     $cronuser = clone($USER);
     $site = get_site();