More use of REVERT_COMMA() fixes problems
[mailer.git] / inc / libs / payout_functions.php
index 95d03c0f6e1bcceb87e01c34eac833808250429b..eab3ad8fc0c8196c12570a9c7cb957920738f540 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
 function PAYOUT_OUTPUT_PAYOUT_LIST($points)
 {
        // Replace german decimal comma with CPU's decimal dot
-       $points = strval(str_replace(",", ".", $points));
+       $points = strval(REVERT_COMMA($points));
        if ($points > 0)
        {
                // Pay this out!