]> git.mjollnir.org Git - moodle.git/commitdiff
Reset possible changes by modules to time_limit. MDL-11597
authorstronk7 <stronk7>
Thu, 4 Oct 2007 17:42:30 +0000 (17:42 +0000)
committerstronk7 <stronk7>
Thu, 4 Oct 2007 17:42:30 +0000 (17:42 +0000)
admin/cron.php

index e6c9b42ee368cab3b24d950a5dfa10a5d64e7f3f..de011bf81170aea0981369ce26776503a994892e 100644 (file)
                         mtrace("... used " . ($PERF->dbqueries - $pre_dbqueries) . " dbqueries");
                         mtrace("... used " . (microtime(1) - $pre_time) . " seconds");
                     }
+                /// Reset possible changes by modules to time_limit. MDL-11597
+                    @set_time_limit(0);
                     mtrace("done.");
                 }
             }