]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
Mark as not found when array is closed
[mailer.git] / inc / config-functions.php
index 25f80bc98908ac444cb917908579426931318a17..e468c1747bd06a48d1fb991c7335e488543bf27c 100644 (file)
@@ -259,6 +259,7 @@ function updateOldConfigFile () {
                        // Now check this row
                        if (substr($line, 0, 2) == ');') {
                                // MySQL array is closed so stop looking for it
+                               $found = FALSE;
                                break;
                        } elseif (substr($line, 0, 2) == '//') {
                                // Skip this line