X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_unconfirmed.php;h=c9177fa93a74dce781d9b8f9928002654ab2ba60;hp=5c137d098cd5c03741ce1ac4aeb2fba42755cd98;hb=2df9f7a53f8b1dd5164f87824a324ccb3b6634cb;hpb=428be1738c81a57e4e75b4f701df9414656a3b13 diff --git a/inc/modules/admin/what-list_unconfirmed.php b/inc/modules/admin/what-list_unconfirmed.php index 5c137d098c..c9177fa93a 100644 --- a/inc/modules/admin/what-list_unconfirmed.php +++ b/inc/modules/admin/what-list_unconfirmed.php @@ -84,8 +84,15 @@ LIMIT 1", // @TODO This constant might be unused? define('__LIST_UNCON_TITLE', '{--ADMIN_LIST_UNCONFIRMED_BONUS_LINKS--}'); // SQL query for mail data (both ids are required for compatiblity to above normal mail + // @TODO `id` has been used two times??? $sql = sprintf("SELECT - `id`,`id` AS `sender`,`subject`,`text`,`url`,`timestamp`,`mails_sent` AS `max_rec` + `id`, + `id` AS `sender`, + `subject`, + `text`, + `url`, + `timestamp`, + `mails_sent` AS `max_rec` FROM `{?_MYSQL_PREFIX?}_bonus` WHERE