X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Fpayout_functions.php;h=84357a9f77d19751c07683abd07a9a1cf30504bc;hb=7b0f17cd637e388049d2167811e4332cec1e979b;hp=b96b4d2f9c402eaebb03ba6742a0f89aca7665cf;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index b96b4d2f9c..84357a9f77 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -38,14 +38,14 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } // 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) { @@ -74,14 +74,14 @@ ORDER BY type", array($points), __FUNCTION__, __LINE__); OUTPUT_HTML(""); } else { // No payout types setup so far - LOAD_TEMPLATE("admin_settings_saved", false, "
{--PAYOUT_NO_PAYOUT_TYPES--}{--PAYOUT_NO_PAYOUT_TYPES--}{--PAYOUT_NO_POINTS_ENTERED--}{--PAYOUT_NO_POINTS_ENTERED--}