X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=df8b39e84078580fd3e799dca4370db51e518a49;hp=9ab7329ec72f39bdf6b3bcce7ca92983758f03dd;hb=4001187f22197f55e5a1f211fc8defcc180f7c32;hpb=a47a9c49a7813304ac78deb3741bdd85e6d50912 diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index 9ab7329ec7..df8b39e840 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -40,7 +40,9 @@ if (!defined('__SECURITY')) { // function PAYOUT_OUTPUT_PAYOUT_LIST ($points) { // Replace german decimal comma with CPU's decimal dot - $points = strval(REVERT_COMMA($points)); + $points = REVERT_COMMA($points); + + // Enougth points? if ($points > 0) { // Pay this out! $result = SQL_QUERY_ESC("SELECT id, type, rate, min_points @@ -52,14 +54,17 @@ ORDER BY type", array($points), __FUNCTION__, __LINE__);
{--PAYOUT_NOW--}:

"); } else {