Mailer project continued:
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index 5c137d098cd5c03741ce1ac4aeb2fba42755cd98..c9177fa93a74dce781d9b8f9928002654ab2ba60 100644 (file)
@@ -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