mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-14074 removed obsoleted $CFG->enablerecordcache = true; merged from MOODLE_19_STABLE
This commit is contained in:
parent
953d154fa4
commit
a833a46aba
1 changed files with 0 additions and 2 deletions
|
@ -2053,8 +2053,6 @@ function assignment_cron () {
|
||||||
|
|
||||||
if ($submissions = assignment_get_unmailed_submissions($starttime, $endtime)) {
|
if ($submissions = assignment_get_unmailed_submissions($starttime, $endtime)) {
|
||||||
|
|
||||||
$CFG->enablerecordcache = true; // We want all the caching we can get
|
|
||||||
|
|
||||||
$realuser = clone($USER);
|
$realuser = clone($USER);
|
||||||
|
|
||||||
foreach ($submissions as $key => $submission) {
|
foreach ($submissions as $key => $submission) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue