X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_archiv.php;h=2eb11fb039d2312dfd82a3ae1daf3d282481d86d;hp=449109d57437bceb09312456492e904c6b1abc45;hb=357b2ca133fc1f89db74097955c366cb4bee6996;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5 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], );