Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv12109/chat/lib
Modified Files:
get_user_infos.lib.php3
Log Message:
Misc. fixes
Index: get_user_infos.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/get_user_infos.lib.php3,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** get_user_infos.lib.php3 2001/05/22 20:40:34 1.1
--- get_user_infos.lib.php3 2001/05/23 21:40:30 1.2
***************
*** 218,223 ****
global $dbLink;
! // 1. The user is the administrator or already moderator for the room
! // he/she will enter in
if ($regUserPerms == 'admin')
{
--- 218,222 ----
global $dbLink;
! // 1. The user is the administrator
if ($regUserPerms == 'admin')
{
|