From: Lo?c C. <lo...@us...> - 2001-04-04 16:22:53
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat In directory usw-pr-cvs1:/tmp/cvs-serv5407 Modified Files: exit.php3 Log Message: js fixes for users popus Index: exit.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/exit.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** exit.php3 2001/04/04 08:36:06 1.2 --- exit.php3 2001/04/04 16:22:49 1.3 *************** *** 119,123 **** ?> <!-- Display the icon to launch the users popup --> ! <a href="<?php echo($usersPopupUrl); ?>" onclick="pmcUsersPopup('<?php echo(uniqid('')); ?>'); return false" target="_blank"> <img src="images/popup.gif" width="13" height="13" align="middle" border="0" alt="<?php echo(L_DETACH); ?>" /></a> --- 119,123 ---- ?> <!-- Display the icon to launch the users popup --> ! <a href="<?php echo($usersPopupUrl); ?>" onclick="pmcUsersPopup('<?php echo(md5(C_CHAT_URL)); ?>'); return false" target="_blank"> <img src="images/popup.gif" width="13" height="13" align="middle" border="0" alt="<?php echo(L_DETACH); ?>" /></a> |