X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_archiv.php;h=acab810fad0fc551ae35a60835c6c9ca755bdf74;hb=668d3df20156d5dbd4f34342eeadcbd5d420a8f5;hp=d6338d6fe1e7413983e847d6bf5a9afcc6ec6243;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e;p=mailer.git diff --git a/inc/modules/admin/what-email_archiv.php b/inc/modules/admin/what-email_archiv.php index d6338d6fe1..acab810fad 100644 --- a/inc/modules/admin/what-email_archiv.php +++ b/inc/modules/admin/what-email_archiv.php @@ -96,7 +96,7 @@ if (!SQL_HASZERONUMS($result)) { SQL_FREERESULT($result_mails); // Unconfirmed mails - $pool['unconfirmed'] = generateUnconfirmedAdminLink($pool['id'], ($pool['max_rec'] - $pool['clicks']), 'mid'); + $pool['unconfirmed'] = generateUnconfirmedAdminLink($pool['id'], ($pool['max_rec'] - $pool['clicks']), 'mid'); // Prepare data for the row template $content['timestamp'] = generateDateTime($pool['timestamp'], 0);