From: Roland Häder Date: Fri, 28 Jan 2011 04:59:07 +0000 (+0000) Subject: SQL fix X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=3b200d3e04e9d99184a65a16c9cbe35e9123e0bf;ds=sidebyside SQL fix --- diff --git a/inc/db/lib-mysql3.php b/inc/db/lib-mysql3.php index 9db8e65bea..7a33983a1e 100644 --- a/inc/db/lib-mysql3.php +++ b/inc/db/lib-mysql3.php @@ -556,7 +556,7 @@ function isSqlTableCreated ($table) { // Do we have cache? if (!isset($GLOBALS[__FUNCTION__][$table])) { // Check if the table is there - $result = SQL_QUERY_ESC("SHOW TABLES FROM `{?__DB_NAME?}` WHERE `Tables_in_{?__DB_NAME?}`='{?_MYSQL_PREFIX?}_%s' LIMIT 1", + $result = SQL_QUERY_ESC("SHOW TABLES FROM `{?__DB_NAME?}` WHERE `Tables_in_{?__DB_NAME?}`='{?_MYSQL_PREFIX?}_%s'", array($table), __FILE__, __LINE__); // Is there an entry?