More use of REVERT_COMMA() fixes problems
[mailer.git] / inc / modules / member / what-points.php
index ec7275b3c578046cbcc8113556e0543526ff8bb9..e4935abd61b1135030065fb83c054b119901e602 100644 (file)
@@ -199,7 +199,7 @@ if (EXT_IS_ACTIVE("user")) {
 
 if (EXT_IS_ACTIVE("payout")) {
        // Payput extension is installed and active so we can check if the user has enougth points
-       PAYOUT_OUTPUT_PAYOUT_LIST(str_replace(",", ".", ($TPTS - $USED)));
+       PAYOUT_OUTPUT_PAYOUT_LIST(REVERT_COMMA(($TPTS - $USED)));
 }
 
 //