|
From: Jon O. <jon...@us...> - 2008-02-23 19:41:27
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2666/admin Modified Files: mx_module_defs.php Log Message: Custom module default style update for panel parameters blockCP stays in current page Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/mx_module_defs.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_module_defs.php 15 Feb 2008 22:45:24 -0000 1.11 --- mx_module_defs.php 23 Feb 2008 19:41:21 -0000 1.12 *************** *** 14,17 **** --- 14,20 ---- } + define( 'MXBB_MODULE', true ); + define( 'MXBB_27x', @file_exists( $mx_root_path . 'mx_login.'.$phpEx ) ); + /********************************************************************************\ | Class: mx_module_defs *************** *** 111,114 **** --- 114,118 ---- { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $phpEx, $mx_table_prefix, $table_prefix; + global $mx_user, $module_root_path; // *************** *** 153,157 **** global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $phpEx, $mx_table_prefix, $table_prefix; global $userdata, $mx_request_vars; ! // --- 157,161 ---- global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $phpEx, $mx_table_prefix, $table_prefix; global $userdata, $mx_request_vars; ! global $mx_user, $module_root_path; // |