From: Lo?c C. <lo...@us...> - 2001-12-10 22:53:44
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/admin In directory usw-pr-cvs1:/tmp/cvs-serv11557/chat/admin Modified Files: admin1.php3 Log Message: PEAR codding standards (capitalized constants) Index: admin1.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/admin/admin1.php3,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** admin1.php3 2001/06/12 19:45:05 1.5 --- admin1.php3 2001/12/10 22:53:40 1.6 *************** *** 222,226 **** if (pmcIsInto($room, $diffModeratedRooms) < 0) // No message to send { ! $isChatting = false; } } // end of the case where user is currently chatting --- 222,226 ---- if (pmcIsInto($room, $diffModeratedRooms) < 0) // No message to send { ! $isChatting = FALSE; } } // end of the case where user is currently chatting |