X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_unconfirmed.php;h=9ba81b4235e524ec3d49cbb08049c4afaf93a84f;hb=501a861954273a54a21b714587fc33b57322d8e4;hp=92c54710a9d281443556f6d8f61b28ac5f6fd0dc;hpb=657e47dc9ebdd3bdb05634842dcece9b37751d8a;p=mailer.git diff --git a/inc/modules/admin/what-list_unconfirmed.php b/inc/modules/admin/what-list_unconfirmed.php index 92c54710a9..9ba81b4235 100644 --- a/inc/modules/admin/what-list_unconfirmed.php +++ b/inc/modules/admin/what-list_unconfirmed.php @@ -67,7 +67,7 @@ WHERE p.id='".getRequestElement('mid')."' LIMIT 1"; - // Column, type and ID for member's mail + // Column, type and id for member's mail $col = 'stats_id'; $type = 'NORMAL'; $ID = '-1'; // Load admin_list_unconfirmed template @@ -78,7 +78,7 @@ LIMIT 1"; // SQL query for mail data (both ids are required for compatiblity to above normal mail $sql = "SELECT `id`, `id`, `subject`, `text`, `url`, `timestamp`, `mails_sent` FROM `{?_MYSQL_PREFIX?}_bonus` WHERE `id`='".getRequestElement('bid')."' LIMIT 1"; - // Column, type and ID for member's mail + // Column, type and id for member's mail $col = 'bonus_id'; $type = 'BONUS'; $ID = getRequestElement('bid'); // Load admin_list_unconfirmed template