From 8bf3b767176612695882aad1af3ff9faf728d85b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 12 Apr 2007 21:40:41 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=12356 --- html/ops/job_times.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/ops/job_times.php b/html/ops/job_times.php index 12e227a948..550c252152 100644 --- a/html/ops/job_times.php +++ b/html/ops/job_times.php @@ -159,6 +159,7 @@ function show_form() { } if ($_GET['submit']=='OK') { + set_time_limit(0); $appid = $_GET['appid']; $platformid = $_GET['platformid']; $quantum = $_GET['quantum'];