X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=9ab7329ec72f39bdf6b3bcce7ca92983758f03dd;hp=5d886f1f0993d661a62c88f25163ffc0cc3636c0;hb=c78089215285d52d483760699d07a96dfbbe0671;hpb=5a76136d3ab00e158fc9d0ee1b867bc06f9a8fbb diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index 5d886f1f09..9ab7329ec7 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -57,7 +57,7 @@ ORDER BY type", array($points), __FUNCTION__, __LINE__); if ($points >= $mpoi) { // Ok we found one $P = $points * $rate - 0.5; - OUTPUT_HTML("
  • {--PAYOUT_IN--}: ".$type." (".PAYOUT_MAX." ".round($P)." ".$type.")
  • "); + OUTPUT_HTML("
  • {--PAYOUT_IN--}: ".$type." ({--PAYOUT_MAX--} ".round($P)." ".$type.")
  • "); } }