Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs
In directory usw-pr-cvs1:/tmp/cvs-serv8429/chat/lib/index_libs
Modified Files:
main_index.lib.php3
Log Message:
The name of translations have been changed
Index: main_index.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/main_index.lib.php3,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** main_index.lib.php3 2001/04/10 14:19:48 1.7
--- main_index.lib.php3 2001/04/10 16:58:35 1.8
***************
*** 102,106 ****
*/
if (!empty($lang)
! && file_exists('./' . _CHAT_PATH . 'localization/' . $lang . '/localized.chat.' . C_EXTENSION))
{
$dbSessionVars['lang'] = $lang;
--- 102,106 ----
*/
if (!empty($lang)
! && file_exists('./' . _CHAT_PATH . 'localization/' . $lang . '/chat.loc'))
{
$dbSessionVars['lang'] = $lang;
***************
*** 108,112 ****
}
require('./' . _CHAT_PATH . 'localization/languages.lib.' . C_EXTENSION);
! require('./' . _CHAT_PATH . 'localization/' . $dbSessionVars['lang'] . '/localized.chat.' . C_EXTENSION);
--- 108,112 ----
}
require('./' . _CHAT_PATH . 'localization/languages.lib.' . C_EXTENSION);
! require('./' . _CHAT_PATH . 'localization/' . $dbSessionVars['lang'] . '/chat.loc');
|