From: Lo?c C. <lo...@us...> - 2001-12-11 20:52:01
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat In directory usw-pr-cvs1:/tmp/cvs-serv8330/chat Modified Files: handle_input.php3 Log Message: oops, a bad true capitalization: fixed a bug with the "clear" and the "refersh" command Index: handle_input.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/handle_input.php3,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** handle_input.php3 2001/12/10 22:50:55 1.34 --- handle_input.php3 2001/12/11 20:51:54 1.35 *************** *** 258,262 **** ?> frames['messages'].window.document.close(); ! jsIsInitLoad = TRUE; jsLastLoadedMsgTime = 0; jsLastCheckedUserTime = 0; --- 258,262 ---- ?> frames['messages'].window.document.close(); ! jsIsInitLoad = true; jsLastLoadedMsgTime = 0; jsLastCheckedUserTime = 0; |