]> git.mjollnir.org Git - moodle.git/commitdiff
Added set_time_limit(0) at beginning.
authornicolasconnault <nicolasconnault>
Wed, 23 May 2007 06:02:59 +0000 (06:02 +0000)
committernicolasconnault <nicolasconnault>
Wed, 23 May 2007 06:02:59 +0000 (06:02 +0000)
admin/cron.php

index 83a48f1575bfda981a8f31e0642536bdba2a9812..213456a1e85f140e40ac622a99312b034b3cdf0b 100644 (file)
@@ -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