From: nicolasconnault Date: Wed, 23 May 2007 06:02:59 +0000 (+0000) Subject: Added set_time_limit(0) at beginning. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=168df8f3e732dcf3970fcb664e7635f36731cb34;p=moodle.git Added set_time_limit(0) at beginning. --- diff --git a/admin/cron.php b/admin/cron.php index 83a48f1575..213456a1e8 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -10,7 +10,7 @@ /// /// eg wget -q -O /dev/null 'http://moodle.somewhere.edu/admin/cron.php' /// or php /web/moodle/admin/cron.php - + set_time_limit(0); $starttime = microtime(); /// The following is a hack necessary to allow this script to work well