Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv31883/chat
Modified Files:
handle_input.php3
Log Message:
Too many changes to detail...
Index: handle_input.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/handle_input.php3,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** handle_input.php3 2001/05/17 19:28:14 1.25
--- handle_input.php3 2001/05/22 20:45:26 1.26
***************
*** 97,102 ****
$currentRoomType = $dbSessionVars['roomType'];
$slashedCurrentRoomName = pmcSlashSingleQuotes($dbSessionVars['currentRoom']);
! require('./lib/check_and_kick_user.lib.' . C_EXTENSION);
pmcCheckAndKickUser(false);
/**
--- 97,104 ----
$currentRoomType = $dbSessionVars['roomType'];
$slashedCurrentRoomName = pmcSlashSingleQuotes($dbSessionVars['currentRoom']);
! include('./lib/check_and_kick_user.lib.' . C_EXTENSION);
pmcCheckAndKickUser(false);
+ dbSessionUnregister('noKickTest');
+
/**
|