From: Lo?c C. <lo...@us...> - 2001-04-04 11:09:36
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs In directory usw-pr-cvs1:/tmp/cvs-serv5412/lib/index_libs Modified Files: main_index.lib.php3 Log Message: Remove some unnecessary instructions Index: main_index.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/main_index.lib.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** main_index.lib.php3 2001/04/04 09:06:54 1.3 --- main_index.lib.php3 2001/04/04 11:09:31 1.4 *************** *** 78,83 **** if (!empty($createRoomName)) $createRoomName = pmcHandleMagicQuotes($createRoomName, '1', '', 'del'); - if (!empty($exitFrom)) - $exitFrom = pmcHandleMagicQuotes($exitFrom, '1', '', 'del'); if (!empty($cookieUsername)) $cookieUsername = pmcHandleMagicQuotes($cookieUsername, '1', '', 'del'); --- 78,81 ---- |