|
From: FlorinCB <ory...@us...> - 2008-07-19 21:25:42
|
Update of /cvsroot/mxbb/mx_pjirc/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25912/includes Modified Files: common.php Log Message: decode_lang Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pjirc/includes/common.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** common.php 4 Jun 2008 00:09:10 -0000 1.5 --- common.php 19 Jul 2008 21:25:36 -0000 1.6 *************** *** 41,45 **** include_once($module_root_path . 'includes/functions.'.$phpEx); ! $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->get_old_lang($mx_user->lang['default_lang']) : $board_config['default_lang']; // --- 41,45 ---- include_once($module_root_path . 'includes/functions.'.$phpEx); ! $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->decode_lang($mx_user->lang['default_lang']) : $board_config['default_lang']; // |