A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index 92c54710a9d281443556f6d8f61b28ac5f6fd0dc..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