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

This commit is contained in:
skodak 2008-03-27 08:37:43 +00:00
parent 5abcfe582d
commit 953d154fa4

View file

@ -172,8 +172,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;