Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv4373
Modified Files:
users.php3 users_low.php3
Log Message:
The users frame are running for both high and low version :)
Index: users.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users.php3,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** users.php3 2001/04/04 11:11:07 1.5
--- users.php3 2001/04/04 16:19:55 1.6
***************
*** 37,44 ****
/**
! * Gets the values of variables sent or posted to this script
! *
! * Uses the 'pmcGrabGlobals()' and the 'pmcHandleMagicQuotes()' functions
! * defined in the 'chat/lib/common.lib.php3' library.
*/
pmcGrabGlobals('dbSessionId');
--- 37,41 ----
/**
! * Gets the session id sent to this script
*/
pmcGrabGlobals('dbSessionId');
Index: users_low.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users_low.php3,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** users_low.php3 2001/04/04 11:11:38 1.1
--- users_low.php3 2001/04/04 16:19:55 1.2
***************
*** 38,45 ****
/**
! * Gets the values of variables sent or posted to this script
! *
! * Uses the 'pmcGrabGlobals()' and the 'pmcHandleMagicQuotes()' functions
! * defined in the 'chat/lib/common.lib.php3' library.
*/
pmcGrabGlobals('dbSessionId');
--- 38,42 ----
/**
! * Gets the session id sent to this script
*/
pmcGrabGlobals('dbSessionId');
***************
*** 274,278 ****
if (count($othersRooms) > 0)
{
- $i = 0;
$childCnt = array();
$joinUrl = $dbSessionVars['from']
--- 271,274 ----
|