X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_archiv.php;h=4644ae63bcfd0ea92136b484b8460f38515bca61;hp=449109d57437bceb09312456492e904c6b1abc45;hb=143e78d4231adddd9e706cbf55ec5dd8c1651890;hpb=411ea6e81113b2c51f7e9ecad02d232db1732d86 diff --git a/inc/modules/admin/what-email_archiv.php b/inc/modules/admin/what-email_archiv.php index 449109d574..4644ae63bc 100644 --- a/inc/modules/admin/what-email_archiv.php +++ b/inc/modules/admin/what-email_archiv.php @@ -110,7 +110,7 @@ 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]), 'stamp' => MAKE_DATETIME($pool[7], "0"),