From 168df8f3e732dcf3970fcb664e7635f36731cb34 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Wed, 23 May 2007 06:02:59 +0000 Subject: [PATCH] Added set_time_limit(0) at beginning. --- admin/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5