X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=84357a9f77d19751c07683abd07a9a1cf30504bc;hb=116f17077ae6fa32c7373ccd6aaf94044bb6c276;hp=edce2bed432e2845b5cd17f7342661c5e3b60df1;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index edce2bed43..84357a9f77 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -45,7 +45,7 @@ if (!defined('__SECURITY')) { // function PAYOUT_OUTPUT_PAYOUT_LIST ($points) { // Replace german decimal comma with CPU's decimal dot - $points = REVERT_COMMA($points); + $points = convertCommaToDot($points); // Enougth points? if ($points > 0) {