From: Roland Häder Date: Fri, 30 Oct 2009 12:02:44 +0000 (+0000) Subject: SQL fix #2 X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=3f230c917afccc24b270fa6393c9796b557d4ce1 SQL fix #2 --- diff --git a/mailid_top.php b/mailid_top.php index 4c5b7a68a3..0209f2e52c 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -104,7 +104,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr break; case 'BONUS': - $result_mailid = SQL_QUERY_ESC("SELECT `id, `id`, `is_notify` FROM `{?_MYSQL_PREFIX?}_bonus` WHERE `id`=%s LIMIT 1", + $result_mailid = SQL_QUERY_ESC("SELECT `id`, `id`, `is_notify` FROM `{?_MYSQL_PREFIX?}_bonus` WHERE `id`=%s LIMIT 1", array($url_bid), __FILE__, __LINE__); break;