From: stronk7 Date: Thu, 4 Oct 2007 17:55:59 +0000 (+0000) Subject: Reset possible changes by blocks to time_limit. MDL-11597 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=44853b818254c72703112bf7aa0aa1b9fdf84abb;p=moodle.git Reset possible changes by blocks to time_limit. MDL-11597 --- diff --git a/admin/cron.php b/admin/cron.php index de011bf811..a3e7a8b6ae 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -138,6 +138,8 @@ mtrace('Error: could not update timestamp for '.$block->name); } } + /// Reset possible changes by blocks to time_limit. MDL-11597 + @set_time_limit(0); mtrace('done.'); } }