|
From: Jon O. <jon...@us...> - 2008-02-23 19:38:28
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv939 Modified Files: Tag: core28x common.php Log Message: Custom module default style update for panel parameters blockCP stays in current page Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.67.2.8 retrieving revision 1.67.2.9 diff -C2 -d -r1.67.2.8 -r1.67.2.9 *** common.php 7 Feb 2008 01:39:59 -0000 1.67.2.8 --- common.php 23 Feb 2008 19:38:24 -0000 1.67.2.9 *************** *** 103,107 **** unset($input); ! } // If we are on PHP >= 6.0.0 we do not need some code if (phpversion() >= '6.0.0-dev') --- 103,107 ---- unset($input); ! } // If we are on PHP >= 6.0.0 we do not need some code if (phpversion() >= '6.0.0-dev') *************** *** 329,333 **** define('PORTAL_URL', $portal_config['portal_url']); define('PORTAL_VERSION', $portal_config['portal_version']); ! define('PORTAL_BACKEND', $portal_config['portal_backend']); // --- 329,333 ---- define('PORTAL_URL', $portal_config['portal_url']); define('PORTAL_VERSION', $portal_config['portal_version']); ! define('PORTAL_BACKEND', 'phpbb2'); // |