Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv28993
Modified Files:
input.php3
Log Message:
Oups, there was a bug with the 'help' command!
Index: input.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/input.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** input.php3 2001/04/04 23:50:54 1.2
--- input.php3 2001/04/05 00:42:22 1.3
***************
*** 444,448 ****
for (reset($jsToRun); $jsInst = current($jsToRun); next($jsToRun))
{
! echo($jsToRun . "\n");
}
unset($jsToRun);
--- 444,448 ----
for (reset($jsToRun); $jsInst = current($jsToRun); next($jsToRun))
{
! echo($jsInst . "\n");
}
unset($jsToRun);
|