X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_details.php;h=ee06841fda1967d30946f77d8b384d03b107f9fd;hb=05d337e2e0de096225f74d0e039cb32970a7d0df;hp=7e58510f76c1bf8cdd285758f2edcaa4476e048d;hpb=143e78d4231adddd9e706cbf55ec5dd8c1651890;p=mailer.git diff --git a/inc/modules/admin/what-email_details.php b/inc/modules/admin/what-email_details.php index 7e58510f76..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__); @@ -153,6 +154,7 @@ if (SQL_NUMROWS($result_list) > 0) { $content['receivers'] = str_replace(";", ", ", $pool['receivers']); $content['type'] = TRANSLATE_POOL_TYPE($pool['data_type']); $content['frametester'] = FRAMETESTER($pool['url']); + $content['url'] = COMPILE_CODE($pool['url']); $content['timestamp'] = MAKE_DATETIME($pool['timestamp'], "0"); // Load row template