|
From: Jon O. <jon...@us...> - 2008-07-10 22:04:56
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23887 Modified Files: common.php Log Message: Cleaning up... Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.94 retrieving revision 1.95 diff -C2 -d -r1.94 -r1.95 *** common.php 9 Jul 2008 20:47:51 -0000 1.94 --- common.php 10 Jul 2008 22:04:51 -0000 1.95 *************** *** 221,225 **** // MX-Publisher Includes - doing the rest // - include_once($mx_root_path . 'includes/sessions/'.PORTAL_BACKEND.'/constants.' . $phpEx); include_once($mx_root_path . 'includes/mx_functions.' . $phpEx); // CORE Functions include_once($mx_root_path . 'includes/mx_functions_phpbb.' . $phpEx); // phpBB associated functions --- 221,224 ---- *************** *** 263,271 **** // - // In phpBB mode, we rely on native phpBB configs, thus we need to sync mxp and phpbb settings - // - mx_page::sync_configs(); - - // // Is phpBB File Attachment MOD present? // --- 262,265 ---- |