From: Lo?c C. <lo...@us...> - 2001-03-24 14:17:32
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat In directory usw-pr-cvs1:/tmp/cvs-serv24823 Modified Files: usersH.php3 Log Message: Users' list was completly messed under Netscape 4+ ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat Index: usersH.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/usersH.php3,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** usersH.php3 2001/03/23 18:44:46 1.7 --- usersH.php3 2001/03/24 14:17:28 1.8 *************** *** 270,273 **** --- 270,275 ---- $tmpRoom = stripslashes($DefaultChatRooms[$k]); $id = md5($tmpRoom); + if (!isset($FirstOtherRoom) && $k == 0) + $FirstOtherRoom = "Parent".$id; // Display this room name when it hadn't been displayed yet |