]> git.mxchange.org Git - mailer.git/commitdiff
Attempt to fix installation
authorRoland Häder <roland@mxchange.org>
Mon, 12 Nov 2012 18:16:24 +0000 (18:16 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 12 Nov 2012 18:16:24 +0000 (18:16 +0000)
inc/install/install_page_finalize.php

index da7993effbff54130a10ada5270e0a82c72309a9..b8e2f287c4b210db747028aaee4c658049a3de73 100644 (file)
@@ -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__);