|
From: Jon O. <jon...@us...> - 2008-11-01 11:56:10
|
Update of /cvsroot/mxbb/core/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3250 Modified Files: admin_mx_portal.php Log Message: another stupidity Index: admin_mx_portal.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_portal.php,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** admin_mx_portal.php 31 Oct 2008 19:02:20 -0000 1.48 --- admin_mx_portal.php 1 Nov 2008 11:55:58 -0000 1.49 *************** *** 361,365 **** "PORTAL_VERSION" => $portal_config['portal_version'], ! 'PHPBB_BACKEND' => !empty($mx_backend->get_phpbb_version()), )); --- 361,365 ---- "PORTAL_VERSION" => $portal_config['portal_version'], ! 'PHPBB_BACKEND' => !(PORTAL_BACKEND === 'internal'), )); |