]> git.mjollnir.org Git - moodle.git/commitdiff
Suppress some errors in set_time_limit ... (these scripts aren't used yet)
authormoodler <moodler>
Tue, 18 May 2004 14:16:34 +0000 (14:16 +0000)
committermoodler <moodler>
Tue, 18 May 2004 14:16:34 +0000 (14:16 +0000)
mod/chat/gui_push_js/chatmsg.php
mod/chat/gui_sockets/arscd.php

index e16e337d9c4996ad37e98e42ac9937c67fce4022..6ec3678be5c769390e91237d3db6d7c03eef831a 100644 (file)
@@ -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"];
index 25ac0fd8fb215b6b42d403a35da3ca719c2b894b..f200666897ed0d2708f40f529e087d4aa54f08f9 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/local/php-cgi/current/bin/php -q
 <?php
-set_time_limit (0);
+@set_time_limit (0);
 set_magic_quotes_runtime(0);
 
 include("../config.inc.php");
@@ -261,4 +261,4 @@ function arsc_socket_write(&$connection, $text)
  return $return;
 }
 
-?>
\ No newline at end of file
+?>