]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-inc.php
Reverted of changes in 1704, see ticket #160
[mailer.git] / inc / install-inc.php
index 51d2fa1a2b3b171b9ef720550fe7704cc69e3667..c45dc021bd2bcb9c67a6c271cd8389e319d8dc21 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -215,7 +216,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) {
                                                                // Is the file readable?
                                                                if (isFileReadable($FQFN)) {
                                                                        // Read the file
-                                                                       $fileContent = readFromFile($FQFN, true);
+                                                                       $fileContent = readSqlDump($FQFN);
 
                                                                        // Split it up against ";\n" and merge it into existing SQLs
                                                                        mergeSqls(explode(";\n", $fileContent), 'install');