X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall-functions.php;h=40a6ab62805d0fee38de66b4dacd8cdacfd23365;hb=100d6e44219585f66fead2eca33531fd7420d254;hp=003feec90f6457b511c12b33c8dde03ba430b6f6;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/inc/install-functions.php b/inc/install-functions.php index 003feec90f..40a6ab6280 100644 --- a/inc/install-functions.php +++ b/inc/install-functions.php @@ -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) {