From: Lo?c C. <lo...@us...> - 2001-04-10 21:24:39
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat In directory usw-pr-cvs1:/tmp/cvs-serv410/chat Modified Files: input.php3 handle_input.php3 Log Message: Remove some reminders for the 'ignore' command Index: input.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/input.php3,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** input.php3 2001/04/10 18:03:29 1.11 --- input.php3 2001/04/10 21:24:34 1.12 *************** *** 369,374 **** if ($doRefreshMessages) { - // done in $dbSessionVars - // $tmp = (isset($ign)) ? "&Ign=".urlencode(stripslashes($Ign)) : ""; ?> <script type="text/javascript" language="javascript"> --- 369,372 ---- Index: handle_input.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/handle_input.php3,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** handle_input.php3 2001/04/10 16:58:34 1.9 --- handle_input.php3 2001/04/10 21:24:34 1.10 *************** *** 223,228 **** if ($doRefreshMessages) { - // done in $dbSessionVars - // $tmp = (isset($ign)) ? "&Ign=".urlencode(stripslashes($Ign)) : ""; ?> // Refresh the messages frame if necessary --- 223,226 ---- |