]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_unconfirmed.php
Fix for rewritting code
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index 9ba81b4235e524ec3d49cbb08049c4afaf93a84f..a331e22230506b05a6648d85e00c757e6f8c34d3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/09/2004 *
- * ================                             Last change: 10/31/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 10/09/2004 *
+ * ===================                          Last change: 10/31/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-list_unconfirmed.php                        *
@@ -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]
 ?>