From 4b4d25fa366e3b86b99e39d2d96c41581803ac33 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 18 May 2004 14:16:34 +0000 Subject: [PATCH] Suppress some errors in set_time_limit ... (these scripts aren't used yet) --- mod/chat/gui_push_js/chatmsg.php | 2 +- mod/chat/gui_sockets/arscd.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/chat/gui_push_js/chatmsg.php b/mod/chat/gui_push_js/chatmsg.php index e16e337d9c..6ec3678be5 100644 --- a/mod/chat/gui_push_js/chatmsg.php +++ b/mod/chat/gui_push_js/chatmsg.php @@ -37,7 +37,7 @@ if ($arsc_my = arsc_getdatafromsid($arsc_sid)) echo $arsc_parameters["htmlhead_js"]; set_magic_quotes_runtime(0); - set_time_limit(0); + @set_time_limit(0); $arsc_sendtime = date("H:i:s"); $arsc_timeid = arsc_microtime(); $arsc_message = "/msg ".$arsc_my["user"]." ".$arsc_lang["welcome"]; diff --git a/mod/chat/gui_sockets/arscd.php b/mod/chat/gui_sockets/arscd.php index 25ac0fd8fb..f200666897 100644 --- a/mod/chat/gui_sockets/arscd.php +++ b/mod/chat/gui_sockets/arscd.php @@ -1,6 +1,6 @@ #!/usr/local/php-cgi/current/bin/php -q \ No newline at end of file +?> -- 2.39.5