X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-admins_mails.php;h=753cf83265543dfc205822623dde27ff731d399c;hp=c3ad9a63334104a9c662e98e75322b3b9f97b5ea;hb=7f5ffcc103a856b8867ac5739dcf0a3b6710413a;hpb=29385a0483bbcbbe940a32a49d488b1d5add15c5 diff --git a/inc/modules/admin/what-admins_mails.php b/inc/modules/admin/what-admins_mails.php index c3ad9a6333..753cf83265 100644 --- a/inc/modules/admin/what-admins_mails.php +++ b/inc/modules/admin/what-admins_mails.php @@ -173,7 +173,6 @@ ORDER BY while ($content = SQL_FETCHARRAY($result)) { // Prepare content $content['sw'] = $SW; - $content['alnk'] = generateAdminLink($content['admin_id']); // Load row template $OUT .= loadTemplate('admin_admins_mails_list_row', true, $content);