From f95de2dc0d9f3a17d3a669006a3cd3b488316186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 11 May 2001 22:07:06 +0000 Subject: [PATCH] put an '@' in front of the calls to the set_time_limit() function --- lib.inc.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.inc.php3 b/lib.inc.php3 index 4afdb2182..09ecb16bf 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -493,7 +493,7 @@ function get_table_content($db, $table, $handler) $i = 0; while($row = mysql_fetch_row($result)) { - set_time_limit(60); // HaRa + @set_time_limit(60); // HaRa $table_list = "("; for($j=0; $j