X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_details.php;h=ee06841fda1967d30946f77d8b384d03b107f9fd;hp=6762cc915fbf0a4b9b06d7c793ff0a38f3ad4954;hb=357b2ca133fc1f89db74097955c366cb4bee6996;hpb=26c2b865f004bf366690df9766f06faa2d713a34 diff --git a/inc/modules/admin/what-email_details.php b/inc/modules/admin/what-email_details.php index 6762cc915f..ee06841fda 100644 --- a/inc/modules/admin/what-email_details.php +++ b/inc/modules/admin/what-email_details.php @@ -48,7 +48,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { } // Add description as navigation point -ADD_DESCR("admin", basename(__FILE__)); +ADD_DESCR("admin", __FILE__); // Normal mails ordered by your members // 0 1 2 3 4 5 6 7 8 9 10 @@ -85,8 +85,9 @@ if ((EXT_IS_ACTIVE("bonus")) && ($WHO == _ALL)) { // Bonus mails sent by you // 0 1 2 3 4 5 6 7 8 9 10 11 12 $SQL2 = "SELECT id, subject, text, receivers, points, time, data_type, timestamp, url, cat_id, target_send, mails_sent, clicks - FROM "._MYSQL_PREFIX."_bonus - ORDER BY timestamp DESC"; + FROM "._MYSQL_PREFIX."_bonus + WHERE is_notify='N' + ORDER BY timestamp DESC"; // Check for maximum pages $result_bonus = SQL_QUERY($SQL2, __FILE__, __LINE__);