X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_unconfirmed.php;h=9ba81b4235e524ec3d49cbb08049c4afaf93a84f;hb=501a861954273a54a21b714587fc33b57322d8e4;hp=a2c535a7de7e26c60e038c838f15e8299faadcba;hpb=dbb6aa4eaeff7c3bab27f143d881781380d43d41;p=mailer.git diff --git a/inc/modules/admin/what-list_unconfirmed.php b/inc/modules/admin/what-list_unconfirmed.php index a2c535a7de..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 @@ -130,7 +130,7 @@ WHERE $content = array( 'sw' => $SW, 'u_link' => generateUserProfileLink($content['userid']), - 'userid' => $content['userid'], + 'userid' => $content['userid'], 'link' => $LINK, 'id' => $ID, 'email' => "".translateGender($content['gender'])." ".$content['surname']." ".$content['family']."", @@ -154,8 +154,7 @@ WHERE // Prepare content $content = array( - 'sender_link' => adminCreateUserLink($sender), - 'sender_userid' => $sender, + 'sender_link' => generateUserProfileLink($sender), 'subject' => $subj, 'text' => $text, 'url' => generateFrametesterUrl($url),