|
From: Markus P. <mar...@us...> - 2005-04-16 22:28:39
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4562 Modified Files: mx_install.php Log Message: Fixed little bug when closing DB sessions used to guess the phpBB installation. Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** mx_install.php 13 Apr 2005 21:23:26 -0000 1.42 --- mx_install.php 16 Apr 2005 22:28:30 -0000 1.43 *************** *** 54,59 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '1.0.9'); ! define('INSTALLER_NAME', 'mxBB-Installer'); // --- 54,59 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '1.0.10'); ! define('INSTALLER_NAME', 'mxBB-IWizard'); // *************** *** 863,866 **** --- 863,867 ---- $phpbb_url = get_phpbb_url($phpbb_info['table_prefix']); $db->sql_close(); + $db = false; if( empty($phpbb_url) ) { |