|
From: Lo?c C. <lo...@us...> - 2001-04-20 21:14:47
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib In directory usw-pr-cvs1:/tmp/cvs-serv24876/chat/lib Modified Files: welcome.lib.php3 Log Message: Oups, new comments intoduced a parse error Index: welcome.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/welcome.lib.php3,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** welcome.lib.php3 2001/04/20 20:42:46 1.6 --- welcome.lib.php3 2001/04/20 21:14:44 1.7 *************** *** 32,37 **** * If no translation fits the language of the user the default case at the end * of the switch will get a default welcome message from the translation file ! * this user has required (ie a 'chat/localization/*/chat.loc' file). You may ! * bypass this feature by specifying a true message in the default case below. */ switch ($dbSessionVars['lang']) --- 32,38 ---- * If no translation fits the language of the user the default case at the end * of the switch will get a default welcome message from the translation file ! * this user has required (ie a 'chat/localization/????/chat.loc' file). You ! * may bypass this feature by specifying a true message in the default case ! * below. */ switch ($dbSessionVars['lang']) |