A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index a2c535a7de7e26c60e038c838f15e8299faadcba..9ba81b4235e524ec3d49cbb08049c4afaf93a84f 100644 (file)
@@ -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'  => "<a href=\"".generateEmailLink($content['email'], 'user_data')."\">".translateGender($content['gender'])." ".$content['surname']." ".$content['family']."</a>",
@@ -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),