MDL-14074 removed obsoleted $CFG->enablerecordcache = true; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-03-27 08:40:01 +00:00
parent 953d154fa4
commit a833a46aba

View file

@ -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) {