]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_transfer.php
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / inc / modules / admin / what-del_transfer.php
index 7869127894b61462c42cb04d5395b3c2c9b7615c..19414fe98453b7e17d69dfa255417c7938f78bb4 100644 (file)
@@ -100,7 +100,7 @@ if (!SQL_HASZERONUMS($result)) {
 $content['rows'] = $OUT;
 
 // Remeber total amount
-$content['total'] = translateComma($total);
+$content['total'] = $total;
 
 // Set title
 $content['title'] = '{--TRANSFER_LIST_ALL--}';