X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=eab3ad8fc0c8196c12570a9c7cb957920738f540;hb=3aaf4f50aea21809ec25dd2c9d93567fd48a61db;hp=95d03c0f6e1bcceb87e01c34eac833808250429b;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;p=mailer.git diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index 95d03c0f6e..eab3ad8fc0 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -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!