|
From: FlorinCB <ory...@us...> - 2008-09-15 16:49:51
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3372/install Modified Files: mx_install.php Log Message: ??? Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.107 retrieving revision 1.108 diff -C2 -d -r1.107 -r1.108 *** mx_install.php 12 Sep 2008 06:27:36 -0000 1.107 --- mx_install.php 15 Sep 2008 23:49:48 -0000 1.108 *************** *** 1205,1209 **** 'PORTAL_BACKEND' => 'internal', 'PHPBB_URL' => '', ! 'DBMS' => $mx_info['dbms'] ? $mx_info['dbms'] : '', 'DB_HOST' => $mx_info['dbhost'] ? $mx_info['dbhost'] : 'localhost', 'DB_NAME' => $mx_info['dbname'] ? $mx_info['dbname'] : '', --- 1205,1209 ---- 'PORTAL_BACKEND' => 'internal', 'PHPBB_URL' => '', ! 'DBMS' => $mx_info['dbms'] ? $mx_info['dbms'] : , 'DB_HOST' => $mx_info['dbhost'] ? $mx_info['dbhost'] : 'localhost', 'DB_NAME' => $mx_info['dbname'] ? $mx_info['dbname'] : '', *************** *** 1289,1293 **** // $phpbb_url = get_phpbb_url($phpbb_info['table_prefix'], $portal_backend); ! // // Close our DB connection. --- 1289,1293 ---- // $phpbb_url = get_phpbb_url($phpbb_info['table_prefix'], $portal_backend); ! // // Close our DB connection. |