|
From: Lo?c C. <lo...@us...> - 2001-04-19 20:29:47
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs In directory usw-pr-cvs1:/tmp/cvs-serv13873/chat/lib/index_libs Modified Files: connect_state.lib.js Log Message: Remove a false comment line Index: connect_state.lib.js =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/connect_state.lib.js,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** connect_state.lib.js 2001/04/19 08:59:43 1.5 --- connect_state.lib.js 2001/04/19 20:29:44 1.6 *************** *** 16,20 **** // | http://www.phpheaven.net/projects/phpMyChat/ | // | | ! // | Authors: the phpHeaven-team <php...@ya...> | // +--------------------------------------------------------------------------+ // --- 16,20 ---- // | http://www.phpheaven.net/projects/phpMyChat/ | // | | ! // | Authors: the phpHeaven-team <te...@ph...> | // +--------------------------------------------------------------------------+ // *************** *** 152,157 **** { pmcConnecting(1); - // The function below is defined inside the - // 'chat/lib/index_libs/main_index.lib.php3' script pmcDoRefreshLoader(); var inputForm = pmcGetInputForm(); --- 152,155 ---- |