From: Roland Häder Date: Mon, 12 Nov 2012 18:16:24 +0000 (+0000) Subject: Attempt to fix installation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ae4ac12c0a1f9c98eb94038f18d7c3d24042ffeb;p=mailer.git Attempt to fix installation --- diff --git a/inc/install/install_page_finalize.php b/inc/install/install_page_finalize.php index da7993effb..b8e2f287c4 100644 --- a/inc/install/install_page_finalize.php +++ b/inc/install/install_page_finalize.php @@ -45,6 +45,9 @@ if ((isPostRequestElementSet('finalize')) && (!isInstalled())) { // You have submitted data then we have to reset the SQLs initSqls(); + // Remove any existing "cache" + unset($GLOBALS['is_sql_link_up']); + // Connect to database server SQL_CONNECT($GLOBALS['install_mysql']['host'], $GLOBALS['install_mysql']['login'], $GLOBALS['install_mysql']['pass1'], __FILE__, __LINE__);