From: Lo?c C. <lo...@us...> - 2001-05-25 22:52:30
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands In directory usw-pr-cvs1:/tmp/cvs-serv2687/chat/lib/commands Modified Files: invite.cmd.php3 Log Message: Oups, forgot to remove a commented unecessary line Index: invite.cmd.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands/invite.cmd.php3,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** invite.cmd.php3 2001/05/25 22:49:22 1.8 --- invite.cmd.php3 2001/05/25 22:52:27 1.9 *************** *** 84,88 **** // Define the success message for the sender - // $error = sprintf(L_INVITE_DONE, str_replace(',', ', ', pmcSpecialChars($cmd[2], 0))); $error = sprintf(L_INVITE_DONE, str_replace(',', ', ', $cmd[2])); --- 84,87 ---- |