|
From: Jon O. <jon...@us...> - 2008-02-18 19:48:41
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32314 Modified Files: common.php Log Message: Minor fixes Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** common.php 12 Feb 2008 08:30:03 -0000 1.85 --- common.php 18 Feb 2008 19:48:38 -0000 1.86 *************** *** 106,110 **** unset($input); } ! // If we are on PHP >= 6.0.0 we do not need some code if (version_compare(PHP_VERSION, '6.0.0-dev', '>=')) --- 106,110 ---- unset($input); } ! // If we are on PHP >= 6.0.0 we do not need some code if (version_compare(PHP_VERSION, '6.0.0-dev', '>=')) |