Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands
In directory usw-pr-cvs1:/tmp/cvs-serv745/chat/lib/commands
Modified Files:
banish.cmd.php3
Log Message:
Remove some trailing whitespaces
Index: banish.cmd.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands/banish.cmd.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** banish.cmd.php3 2001/04/10 09:38:14 1.3
--- banish.cmd.php3 2001/04/10 21:25:55 1.4
***************
*** 25,29 ****
/**
* Check for invalid characters in the target user name
! */
if (ereg('[\, ]', $cmd[2]))
{
--- 25,29 ----
/**
* Check for invalid characters in the target user name
! */
if (ereg('[\, ]', $cmd[2]))
{
|