]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_unconfirmed.php
Fixes for switch task->sel
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index 92c54710a9d281443556f6d8f61b28ac5f6fd0dc..57cb5aea2da6787f3789f65d1d2805aee93a748d 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
@@ -101,7 +101,7 @@ if ($listed === true) {
 
                // Transfer data to constants for the template
                if (($stats_id > 0) && ($ID == '-1')) $ID = $stats_id;
-               if ($col == 'bonus_id') $sender = 0;
+               if ($col == 'bonus_id') $sender = '0';
 
                // Load unconfirmed mail links. Hmmm, this select query is pretty cool
                // but it does only show unconfirmed mail links from existing user