]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-functions.php
Fixes for #226, renamed function:
[mailer.git] / inc / install-functions.php
index 003feec90f6457b511c12b33c8dde03ba430b6f6..40a6ab62805d0fee38de66b4dacd8cdacfd23365 100644 (file)
@@ -564,7 +564,7 @@ function isInstallerPostDatabaseConfigValid ($currentTab) {
        // So check if all tables are not there
        foreach ($tables as $tableName => $isFound) {
                // Check it out
-               $tables[$tableName] = isSqlTableCreated($tableName);
+               $tables[$tableName] = ifSqlTableExists($tableName);
 
                // Is it (hopefully not) there?
                if ($tables[$tableName] === false) {