]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_unconfirmed.php
Fixes for 'empty version'
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index 92c54710a9d281443556f6d8f61b28ac5f6fd0dc..9374445cd938706a3b7f02e60c1f96b317c0b718 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/09/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 10/09/2004 *
  * ================                             Last change: 10/31/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -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
@@ -195,5 +195,5 @@ WHERE
        SQL_FREERESULT($result_master);
 }
 
-//
+// [EOF]
 ?>