From: skodak Date: Thu, 27 Mar 2008 08:44:11 +0000 (+0000) Subject: MDL-14074 removed obsoleted $CFG->enablerecordcache = true X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=741478495e45b210e2dd9448bb35396e47f9842e;p=moodle.git MDL-14074 removed obsoleted $CFG->enablerecordcache = true --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 5b2505383e..045d601c9c 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -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();