From: Lo?c C. <lo...@us...> - 2001-04-10 17:39:38
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat In directory usw-pr-cvs1:/tmp/cvs-serv19882/chat Modified Files: input.php3 handle_inputH.php3 Log Message: Fix some bad translations ('bad words' to 'swear words') ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat Index: input.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/input.php3,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** input.php3 2001/03/27 19:33:59 1.8 --- input.php3 2001/04/10 17:39:34 1.9 *************** *** 208,212 **** ! // ** Test for online commands and bad words ** $IsCommand = false; $RefreshMessages = false; --- 208,212 ---- ! // ** Test for online commands and swear words ** $IsCommand = false; $RefreshMessages = false; Index: handle_inputH.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/handle_inputH.php3,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** handle_inputH.php3 2001/03/27 19:33:59 1.5 --- handle_inputH.php3 2001/04/10 17:39:34 1.6 *************** *** 210,214 **** ! // ** Test for online commands and bad words ** $IsCommand = false; $RefreshMessages = false; --- 210,214 ---- ! // ** Test for online commands and swear words ** $IsCommand = false; $RefreshMessages = false; |