MDL-14074 removed obsoleted $CFG->enablerecordcache = true

This commit is contained in:
skodak 2008-03-27 08:44:11 +00:00
parent a833a46aba
commit 741478495e

View 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();