New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / libs / payout_functions.php
index edce2bed432e2845b5cd17f7342661c5e3b60df1..84357a9f77d19751c07683abd07a9a1cf30504bc 100644 (file)
@@ -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) {