]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_beg.php
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / inc / modules / admin / what-list_beg.php
index 38bc8c3772e00210125b0260969ff9e9fcdbcb4d..65711bcf700fb3a86621091b29dd34e676ed15f1 100644 (file)
@@ -105,7 +105,7 @@ ORDER BY
                } // END - while
 
                $content['rows']  = $OUT;
-               $content['total'] = translateComma($total);
+               $content['total'] = $total;
 
                // Check if we need to display form or not with manuel withdraw
                if (getConfig('last_month') == getMonth()) {