]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
Further fixes for all resets
[mailer.git] / inc / config-functions.php
index 25f80bc98908ac444cb917908579426931318a17..c9925db2fca8dd72611523256df4ca8740d59476 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -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