|
From: OryNider <ory...@us...> - 2008-06-03 20:38:04
|
Update of /cvsroot/mxbb/mx_online_adv/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16532 Modified Files: online_adv_hack.php online_common.php Log Message: fix Index: online_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_online_adv/includes/online_common.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** online_common.php 14 May 2008 20:44:42 -0000 1.6 --- online_common.php 3 Jun 2008 20:37:56 -0000 1.7 *************** *** 32,35 **** --- 32,38 ---- $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); + + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + /* if ( !file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ) ) Index: online_adv_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_online_adv/includes/online_adv_hack.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** online_adv_hack.php 3 Jun 2008 20:35:18 -0000 1.8 --- online_adv_hack.php 3 Jun 2008 20:37:56 -0000 1.9 *************** *** 49,53 **** if (!$_GET['print']) // Do not "fix" with reuest wrapper!! { ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x } --- 49,53 ---- if (!$_GET['print']) // Do not "fix" with reuest wrapper!! { ! //$mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x } |