]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-email_details.php
Extension 'yoomedia' now alpha status, some rewrites
[mailer.git] / inc / modules / admin / what-email_details.php
index 7e58510f76c1bf8cdd285758f2edcaa4476e048d..ee06841fda1967d30946f77d8b384d03b107f9fd 100644 (file)
@@ -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