|
From: Jon O. <jon...@us...> - 2008-07-10 23:40:56
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6104 Modified Files: mx_functions_core.php mx_functions_style.php Log Message: A couple of minor bugs Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** mx_functions_core.php 10 Jul 2008 22:20:34 -0000 1.92 --- mx_functions_core.php 10 Jul 2008 23:40:53 -0000 1.93 *************** *** 206,210 **** { global $db, $portal_config, $phpbb_root_path, $mx_root_path; ! global $table_prefix, $phpEx, $tplEx; // --- 206,210 ---- { global $db, $portal_config, $phpbb_root_path, $mx_root_path; ! global $mx_table_prefix, $table_prefix, $phpEx, $tplEx; // Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** mx_functions_style.php 10 Jul 2008 23:17:13 -0000 1.81 --- mx_functions_style.php 10 Jul 2008 23:40:53 -0000 1.82 *************** *** 436,440 **** $board_config['phpbb_lang'] = $board_config['default_lang']; // Handy switch $this->lang['default_lang'] = phpBB2::phpbb_ltrim(basename(phpBB2::phpbb_rtrim($this->decode_lang($board_config['default_lang']))), "'"); ! $this->lang['user_lang'] = phpBB2::phpbb_ltrim(basename(phpBB2::phpbb_rtrim($this->decode_lang($this->data['user_lang']))), "'"); if ( $this->data['session_logged_in'] ) --- 436,440 ---- $board_config['phpbb_lang'] = $board_config['default_lang']; // Handy switch $this->lang['default_lang'] = phpBB2::phpbb_ltrim(basename(phpBB2::phpbb_rtrim($this->decode_lang($board_config['default_lang']))), "'"); ! $this->data['user_lang'] = phpBB2::phpbb_ltrim(basename(phpBB2::phpbb_rtrim($this->decode_lang($this->data['user_lang']))), "'"); if ( $this->data['session_logged_in'] ) |