|
From: Jon O. <jon...@us...> - 2008-02-23 19:38:29
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv939/modules/mx_navmenu/admin Modified Files: Tag: core28x 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/core/modules/mx_navmenu/admin/mx_module_defs.php,v retrieving revision 1.27.2.2 retrieving revision 1.27.2.3 diff -C2 -d -r1.27.2.2 -r1.27.2.3 *** mx_module_defs.php 10 Feb 2008 21:13:55 -0000 1.27.2.2 --- mx_module_defs.php 23 Feb 2008 19:38:25 -0000 1.27.2.3 *************** *** 83,86 **** --- 83,87 ---- { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $userdata, $mx_request_vars, $dynamic_block_id, $portalpage, $mx_cache, $phpEx; + global $mx_user, $module_root_path; // *************** *** 690,693 **** --- 691,695 ---- { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $userdata, $mx_request_vars, $dynamic_block_id, $portalpage, $mx_cache, $phpEx; + global $mx_user, $module_root_path; $mx_page = new mx_page(); |