]> git.mxchange.org Git - mailer.git/blobdiff - inc/sql-functions.php
Removed 2nd parameter for assert() as this is only available in PHP 5.4.8+ but Mailer...
[mailer.git] / inc / sql-functions.php
index 503197b38f86a7d027f9371d89bcf989199a67b2..8e64bc0df012e5c1d258e29f92badb7f0fae0acd 100644 (file)
@@ -755,7 +755,7 @@ function getArrayFromSupportedSqlEngines ($requestedEngine = 'ALL') {
 // "Getter" for result from given table and field/type LIKEs
 function sqlGetResultFromLikeColumnsType ($tableName, $field, $type) {
        // The table should be there
-       assert(ifSqlTableExists($tableName), 'tableName=' . $tableName . ' does not exist. field=' . $field . ',type=' . $type);
+       assert(ifSqlTableExists($tableName));
 
        // Default no field set
        $fieldSql = '';