From: Lo?c C. <lo...@us...> - 2001-04-12 23:45:37
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat In directory usw-pr-cvs1:/tmp/cvs-serv14224/chat Modified Files: users_popup_low.php3 users_popup.php3 users_low.php3 users.php3 profile_reg.php3 profile_edit.php3 profile_del.php3 messages_low.php3 input.php3 ignore_popup.php3 help_popup.php3 handle_input.php3 exit.php3 Log Message: Fix some typos Index: users_popup_low.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users_popup_low.php3,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** users_popup_low.php3 2001/04/10 16:58:34 1.5 --- users_popup_low.php3 2001/04/12 23:45:34 1.6 *************** *** 56,60 **** '' ); ! dbSessionstart(); /** --- 56,60 ---- '' ); ! dbSessionStart(); /** *************** *** 80,84 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 80,84 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 144,148 **** * Format an username according to the status of the user * ! * The 'pmcSpecialChars()' fonction is defined in the * 'chat/lib/common.lib.php3' library * --- 144,148 ---- * Format an username according to the status of the user * ! * The 'pmcSpecialChars()' function is defined in the * 'chat/lib/common.lib.php3' library * *************** *** 171,175 **** * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' fonctions are defined in the 'chat/lib/common.lib.php3' * library */ --- 171,175 ---- * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' functions are defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 254,258 **** * Define the title of the window * ! * The 'pmcSlashSingleQuotes()' and the 'pmcSpecialChars()' fonctions are * defined in the 'chat/lib/common.lib.php3' * library --- 254,258 ---- * Define the title of the window * ! * The 'pmcSlashSingleQuotes()' and the 'pmcSpecialChars()' functions are * defined in the 'chat/lib/common.lib.php3' * library Index: users_popup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users_popup.php3,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** users_popup.php3 2001/04/10 16:58:34 1.5 --- users_popup.php3 2001/04/12 23:45:34 1.6 *************** *** 55,59 **** '' ); ! dbSessionstart(); /** --- 55,59 ---- '' ); ! dbSessionStart(); /** *************** *** 79,83 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 79,83 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 143,147 **** * Format an username according to the status of the user * ! * The 'pmcSpecialChars()' fonction is defined in the * 'chat/lib/common.lib.php3' library * --- 143,147 ---- * Format an username according to the status of the user * ! * The 'pmcSpecialChars()' function is defined in the * 'chat/lib/common.lib.php3' library * *************** *** 170,174 **** * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' fonctions are defined in the 'chat/lib/common.lib.php3' * library */ --- 170,174 ---- * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' functions are defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 262,266 **** * Define the title of the window * ! * The 'pmcSlashSingleQuotes()' and the 'pmcSpecialChars()' fonctions are * defined in the 'chat/lib/common.lib.php3' * library --- 262,266 ---- * Define the title of the window * ! * The 'pmcSlashSingleQuotes()' and the 'pmcSpecialChars()' functions are * defined in the 'chat/lib/common.lib.php3' * library Index: users_low.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users_low.php3,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** users_low.php3 2001/04/10 16:58:34 1.6 --- users_low.php3 2001/04/12 23:45:34 1.7 *************** *** 53,57 **** C_CHAT_URL ); ! dbSessionstart(); /** --- 53,57 ---- C_CHAT_URL ); ! dbSessionStart(); /** *************** *** 64,68 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 64,68 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 73,77 **** * Format an username according to the status of the user * ! * The 'pmcSpecialChars()' fonction is defined in the * 'chat/lib/common.lib.php3' library * --- 73,77 ---- * Format an username according to the status of the user * ! * The 'pmcSpecialChars()' function is defined in the * 'chat/lib/common.lib.php3' library * *************** *** 109,113 **** * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' fonctions are defined in the 'chat/lib/common.lib.php3' * library */ --- 109,113 ---- * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' functions are defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 205,209 **** * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' fonctions are defined in the 'chat/lib/common.lib.php3' * library */ --- 205,209 ---- * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' functions are defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 334,338 **** * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' fonctions are defined in the 'chat/lib/common.lib.php3' * library */ --- 334,338 ---- * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' functions are defined in the 'chat/lib/common.lib.php3' * library */ Index: users.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users.php3,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** users.php3 2001/04/10 16:58:34 1.10 --- users.php3 2001/04/12 23:45:34 1.11 *************** *** 52,56 **** C_CHAT_URL ); ! dbSessionstart(); /** --- 52,56 ---- C_CHAT_URL ); ! dbSessionStart(); /** *************** *** 63,67 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 63,67 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 72,76 **** * Format an username according to the status of the user * ! * The 'pmcSpecialChars()' fonction is defined in the * 'chat/lib/common.lib.php3' library * --- 72,76 ---- * Format an username according to the status of the user * ! * The 'pmcSpecialChars()' function is defined in the * 'chat/lib/common.lib.php3' library * *************** *** 108,112 **** * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' fonctions are defined in the 'chat/lib/common.lib.php3' * library */ --- 108,112 ---- * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' functions are defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 204,208 **** * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' fonctions are defined in the 'chat/lib/common.lib.php3' * library */ --- 204,208 ---- * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' functions are defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 342,346 **** * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' fonctions are defined in the 'chat/lib/common.lib.php3' * library */ --- 342,346 ---- * * The 'pmcSlashSingleQuotes()', the 'pmcHandleMagicQuotes()' and the ! * 'pmcSpecialChars()' functions are defined in the 'chat/lib/common.lib.php3' * library */ Index: profile_reg.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/profile_reg.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** profile_reg.php3 2001/04/11 23:06:12 1.4 --- profile_reg.php3 2001/04/12 23:45:34 1.5 *************** *** 73,77 **** '' ); ! dbSessionstart(); --- 73,77 ---- '' ); ! dbSessionStart(); *************** *** 86,90 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 86,90 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ Index: profile_edit.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/profile_edit.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** profile_edit.php3 2001/04/11 23:06:12 1.4 --- profile_edit.php3 2001/04/12 23:45:34 1.5 *************** *** 73,77 **** '' ); ! dbSessionstart(); --- 73,77 ---- '' ); ! dbSessionStart(); *************** *** 93,97 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 93,97 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ Index: profile_del.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/profile_del.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** profile_del.php3 2001/04/10 16:58:34 1.3 --- profile_del.php3 2001/04/12 23:45:34 1.4 *************** *** 63,67 **** '' ); ! dbSessionstart(); --- 63,67 ---- '' ); ! dbSessionStart(); *************** *** 90,94 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 90,94 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ Index: messages_low.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/messages_low.php3,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** messages_low.php3 2001/04/10 16:58:34 1.5 --- messages_low.php3 2001/04/12 23:45:34 1.6 *************** *** 55,59 **** C_CHAT_URL ); ! dbSessionstart(); /** --- 55,59 ---- C_CHAT_URL ); ! dbSessionStart(); /** *************** *** 66,70 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 66,70 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ *************** *** 88,92 **** * defined inside the 'chat/lib/common.lib.php3' script. */ ! // Define the SQL query (depends on the ignored users list and on whether to // display notification messages or not) $ignoredSendersList = ''; --- 88,92 ---- * defined inside the 'chat/lib/common.lib.php3' script. */ ! // Define the SQL query (it depends on the ignored users list and on whether to // display notification messages or not) $ignoredSendersList = ''; *************** *** 113,117 **** . 'LIMIT ' . $dbSessionVars['msgNumber']; ! // Get new messages and store them in an array $grabedMessages = array(); $dbLink = new pmcDB; --- 113,117 ---- . 'LIMIT ' . $dbSessionVars['msgNumber']; ! // Get messages and store them in an array $grabedMessages = array(); $dbLink = new pmcDB; *************** *** 132,136 **** /** ! * Format new messages * * The 'pmcSpecialChars()' and the 'pmcSlashSingleQuotes()' functions are --- 132,136 ---- /** ! * Format messages * * The 'pmcSpecialChars()' and the 'pmcSlashSingleQuotes()' functions are Index: input.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/input.php3,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** input.php3 2001/04/11 23:06:12 1.13 --- input.php3 2001/04/12 23:45:34 1.14 *************** *** 64,68 **** C_CHAT_URL ); ! dbSessionstart(); /** --- 64,68 ---- C_CHAT_URL ); ! dbSessionStart(); /** *************** *** 75,79 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 75,79 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ Index: ignore_popup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/ignore_popup.php3,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ignore_popup.php3 2001/04/11 23:06:12 1.1 --- ignore_popup.php3 2001/04/12 23:45:34 1.2 *************** *** 55,59 **** C_CHAT_URL ); ! dbSessionstart(); /** --- 55,59 ---- C_CHAT_URL ); ! dbSessionStart(); /** *************** *** 65,69 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 65,69 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ Index: help_popup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/help_popup.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** help_popup.php3 2001/04/11 23:06:12 1.4 --- help_popup.php3 2001/04/12 23:45:34 1.5 *************** *** 63,67 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 63,67 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ Index: handle_input.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/handle_input.php3,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** handle_input.php3 2001/04/11 23:06:12 1.11 --- handle_input.php3 2001/04/12 23:45:34 1.12 *************** *** 64,68 **** C_CHAT_URL ); ! dbSessionstart(); /** --- 64,68 ---- C_CHAT_URL ); ! dbSessionStart(); /** *************** *** 75,79 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 75,79 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ Index: exit.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/exit.php3,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** exit.php3 2001/04/10 16:58:34 1.7 --- exit.php3 2001/04/12 23:45:34 1.8 *************** *** 55,59 **** C_CHAT_URL ); ! dbSessionstart(); /** --- 55,59 ---- C_CHAT_URL ); ! dbSessionStart(); /** *************** *** 66,70 **** * Sends HTTP headers * ! * The 'pmcHttpHeaders()' fonction is defined in the 'chat/lib/common.lib.php3' * library */ --- 66,70 ---- * Sends HTTP headers * ! * The 'pmcHttpHeaders()' function is defined in the 'chat/lib/common.lib.php3' * library */ |