mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-14074 removed obsoleted $CFG->enablerecordcache = true
This commit is contained in:
parent
5abcfe582d
commit
953d154fa4
1 changed files with 0 additions and 2 deletions
|
@ -172,8 +172,6 @@ function workshop_cron () {
|
||||||
}
|
}
|
||||||
$timenow = time();
|
$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
|
// Find all workshop notifications that have yet to be mailed out, and mails them
|
||||||
$cutofftime = $timenow - $CFG->maxeditingtime;
|
$cutofftime = $timenow - $CFG->maxeditingtime;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue