]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-functions.php
Mailer project continued (heavy refactoring):
[mailer.git] / inc / install-functions.php
index 0b5152c99c0c3fb34eaa878900c606a203dd2379..fe21fae75537ecfadb136cb6b126cedd44e820d2 100644 (file)
@@ -149,7 +149,7 @@ function readSqlDump ($FQFN) {
 
        // Remove some unwanted chars
        $content = str_replace(chr(13), '', $content);
-       $content = str_replace("\n\n", chr(10), $content);
+       $content = str_replace(PHP_EOL . PHP_EOL, PHP_EOL, $content);
 
        // Return the content
        return $content;