]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
Fixes for #226, renamed function:
[mailer.git] / inc / db / lib-mysql3.php
index 29b6b9b1bfd279cfaf2f05095f5301eb7815e8ed..17caef397c5f9ee472bf9242c8ddf84df30fb0da 100644 (file)
@@ -584,7 +584,7 @@ function SQL_ERROR ($file, $line, $message) {
 }
 
 // Check if there is a SQL table created
-function isSqlTableCreated ($tableName) {
+function ifSqlTableExists ($tableName) {
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'tableName=' . $tableName . ' - ENTERED!');
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__][$tableName])) {