Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs
In directory usw-pr-cvs1:/tmp/cvs-serv11653/chat/lib/index_libs
Modified Files:
do_enter_db_work.lib.php3
Log Message:
Invitations were not displayed
Index: do_enter_db_work.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/do_enter_db_work.lib.php3,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** do_enter_db_work.lib.php3 2001/06/30 14:04:53 1.22
--- do_enter_db_work.lib.php3 2001/06/30 20:42:31 1.23
***************
*** 261,268 ****
/**
! * Deletes invite messages sent to the user for the room he will enter in
! * (check if m_time isn't null to enforce the use of existing indexes)
*/
! $dbLink->query("DELETE FROM " . C_MSG_TBL . " WHERE m_time != '' AND room = '$slashedTargetRoomName' AND address = '$slashedNick' AND username = 'SYS inviteTo'");
?>
--- 261,268 ----
/**
! * Deletes invite messages sent to the user (check if m_time isn't null to
! * enforce the use of existing indexes)
*/
! $dbLink->query("DELETE FROM " . C_MSG_TBL . " WHERE m_time != '' AND room = '\\\*\\\' AND address = '$slashedNick' AND username = 'SYS inviteTo'");
?>
|