]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-functions.php
One more wrapper function introduced, fixed for installation phase
[mailer.git] / inc / install-functions.php
index 9cabd5ce8ae9dbbee53cf31dcde3f3904cb20e6d..4d7059a11f56d31d5d0b5c623887b611f8d6886d 100644 (file)
@@ -104,12 +104,6 @@ function addToInstallContent ($out) {
 
 // Read a given SQL dump
 function readSqlDump ($FQFN) {
-       // Sanity-check if file is there (should be there, but just to make it sure)
-       if (!isFileReadable($FQFN)) {
-               // This should not happen
-               debug_report_bug(__FUNCTION__.': File ' . basename($FQFN) . ' is not readable!');
-       } // END - if
-
        // Load the file
        $content = readFromFile($FQFN);