|
From: Lo?c C. <lo...@us...> - 2001-04-16 12:31:38
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs
In directory usw-pr-cvs1:/tmp/cvs-serv12985/chat/lib/index_libs
Modified Files:
main_index.lib.php3
Log Message:
Oups the previous fix creates a bug...
Index: main_index.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/main_index.lib.php3,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** main_index.lib.php3 2001/04/16 12:24:29 1.15
--- main_index.lib.php3 2001/04/16 12:31:36 1.16
***************
*** 101,106 ****
* Defines the language to be used
*/
! if (!dbSessionIsRegistered('lang') || !empty($lang))
! include('./' . _CHAT_PATH . 'localization/languages.lib.' . C_EXTENSION);
require('./' . _CHAT_PATH . 'localization/' . $dbSessionVars['lang'] . '/chat.loc');
--- 101,105 ----
* Defines the language to be used
*/
! require('./' . _CHAT_PATH . 'localization/languages.lib.' . C_EXTENSION);
require('./' . _CHAT_PATH . 'localization/' . $dbSessionVars['lang'] . '/chat.loc');
|