|
From: Yettyn <jo...@us...> - 2008-02-05 14:51:34
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21190/admin Modified Files: admin_mx_chkobjs.php index.php page_header_admin.php Log Message: yet a bunch of more updates of MX-Publisher referenses Index: page_header_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_header_admin.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** page_header_admin.php 4 Feb 2008 15:44:45 -0000 1.21 --- page_header_admin.php 5 Feb 2008 14:51:27 -0000 1.22 *************** *** 85,89 **** // ! // These theme variables are not used for mxBB, since mxBB require a theme.css file // /* --- 85,89 ---- // ! // These theme variables are not used for MX-Publisher, since MX-Publisher require a theme.css file // /* *************** *** 128,132 **** */ ! //+ mxBB 'L_MX_ADMIN' => $lang['mxBB_adminCP'], 'U_PHPBB_ROOT_PATH' => PHPBB_URL, --- 128,132 ---- */ ! //+ MX-Publisher 'L_MX_ADMIN' => $lang['mxBB_adminCP'], 'U_PHPBB_ROOT_PATH' => PHPBB_URL, *************** *** 140,144 **** 'MX_ICON_CSS' => $images['mx_graphics']['icon_style'], 'LOGO' => $images['mx_logo'] ! //- mxBB )); --- 140,144 ---- 'MX_ICON_CSS' => $images['mx_graphics']['icon_style'], 'LOGO' => $images['mx_logo'] ! //- MX-Publisher )); Index: admin_mx_chkobjs.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_chkobjs.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** admin_mx_chkobjs.php 4 Feb 2008 15:44:45 -0000 1.24 --- admin_mx_chkobjs.php 5 Feb 2008 14:51:27 -0000 1.25 *************** *** 31,35 **** // [ GLOBAL DATA ] // ====================================================== ! $main_title = "Check mxBB Objects"; $main_desc = "This utility allows you to check MX-Publisher object relationships."; $main_info = "This report shows the relations between MX-Publisher tables. " . --- 31,35 ---- // [ GLOBAL DATA ] // ====================================================== ! $main_title = "Check MX-Publisher Objects"; $main_desc = "This utility allows you to check MX-Publisher object relationships."; $main_info = "This report shows the relations between MX-Publisher tables. " . Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** index.php 4 Feb 2008 15:44:44 -0000 1.39 --- index.php 5 Feb 2008 14:51:27 -0000 1.40 *************** *** 995,999 **** /* End phpBB version check code block */ ! /* Begin mxBB version check code block */ $current_mxbb_version = explode('.', $portal_config['portal_version']); $minor_mxbb_revision = (int) $current_mxbb_version[2]; --- 995,999 ---- /* End phpBB version check code block */ ! /* Begin MX-Publisher version check code block */ $current_mxbb_version = explode('.', $portal_config['portal_version']); $minor_mxbb_revision = (int) $current_mxbb_version[2]; |