From: Lo?c C. <lo...@us...> - 2001-12-08 13:50:07
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib/commands In directory usw-pr-cvs1:/tmp/cvs-serv32566/chat/lib/commands Modified Files: profile.cmd.php3 Log Message: fixed collapses between phpMyChat and other scripts login and password ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/lib/commands Index: profile.cmd.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib/commands/profile.cmd.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** profile.cmd.php3 2001/12/07 17:08:32 1.2 --- profile.cmd.php3 2001/12/08 13:50:04 1.3 *************** *** 9,13 **** "<!--", "// Lauch the profile popup", ! "window.open(\"edituser.php3?L=$L&AUTH_USERNAME=$U&LIMIT=1\",\"edituser_popup\",\"width=350,height=470,resizable=yes,scrollbars=yes\");", "// -->", "</SCRIPT>" --- 9,13 ---- "<!--", "// Lauch the profile popup", ! "window.open(\"edituser.php3?L=$L&pmc_username=$U&LIMIT=1\",\"edituser_popup\",\"width=350,height=470,resizable=yes,scrollbars=yes\");", "// -->", "</SCRIPT>" |