]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_doubler.php
Comments fixed, ext-network continued, fix for mod stats:
[mailer.git] / inc / modules / admin / what-list_doubler.php
index 7d131196404f9cd3a836ff8ee0c7f7224889939f..add9a8dfd566edd5d20511bfc8b6a96b7fc2c3e9 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/12/2004 *
- * ================                             Last change: 02/12/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 02/12/2004 *
+ * ===================                          Last change: 02/12/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-list_doubler.php                            *
@@ -67,7 +67,7 @@ switch (getRequestElement('mode')) {
                } // END - switch
 
                // Init sums
-               $sumAlready = 0; $sumWaiting = 0;
+               $sumAlready = '0'; $sumWaiting = '0';
 
                // Number of direct already payouts and referal
                $cnt = countSumTotalData('Y','doubler','id','completed',true, " AND `is_ref`='N'");