X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_archiv.php;h=2eb11fb039d2312dfd82a3ae1daf3d282481d86d;hb=2142149f3f72f1a2476f95a87937c044d63bbaf2;hp=449109d57437bceb09312456492e904c6b1abc45;hpb=b73c135350d7ed266c0cac680105707139bd892d;p=mailer.git diff --git a/inc/modules/admin/what-email_archiv.php b/inc/modules/admin/what-email_archiv.php index 449109d574..2eb11fb039 100644 --- a/inc/modules/admin/what-email_archiv.php +++ b/inc/modules/admin/what-email_archiv.php @@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { } // Add description as navigation point -ADD_DESCR("admin", basename(__FILE__)); +ADD_DESCR("admin", __FILE__); // 0 1 2 3 4 5 6 7 8 9 10 $SQL = "SELECT id, sender, subject, text, receivers, payment_id, data_type, timestamp, url, target_send, cat_id @@ -110,9 +110,10 @@ if (SQL_NUMROWS($result) > 0) 'sent' => $sent, 'ruids' => str_replace(";", ", ", $pool[4]), 'unconfirmed' => $unconfirmed, - 'type' => GET_POOL_TYPE($pool[6]), + 'type' => TRANSLATE_POOL_TYPE($pool[6]), 'tsend' => $pool[9], - 'url' => FRAMETESTER($pool[8]), + 'frametester' => FRAMETESTER($pool[8]), + 'url' => COMPILE_CODE($pool[8]), 'stamp' => MAKE_DATETIME($pool[7], "0"), 'mid' => $pool[0], );