]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_doubler.php
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / modules / admin / what-list_doubler.php
index 7d131196404f9cd3a836ff8ee0c7f7224889939f..c5144c70cc3b6c36931891de1142c14b48371521 100644 (file)
@@ -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'");