X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=835bb7394faeba8d9b6b72f89d22258d86b4e6df;hb=66b91ce490ab549425619c95fc12086e126d541b;hp=84357a9f77d19751c07683abd07a9a1cf30504bc;hpb=9e604ce404fe7d2d8dafc259a5fb8cd826aec5e6;p=mailer.git diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index 84357a9f77..835bb7394f 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -67,7 +67,7 @@ ORDER BY type", array($points), __FUNCTION__, __LINE__); if ($points >= $content['min_points']) { // Ok we found one $P = $points * $content['rate'] - 0.5; - OUTPUT_HTML("
  • {--PAYOUT_IN--}: ".$content['type']." ({--PAYOUT_MAX--} ".round($P)." ".$content['type'].")
  • "); + OUTPUT_HTML("
  • {--PAYOUT_IN--}: ".$content['type']." ({--PAYOUT_MAX--} ".round($P)." ".$content['type'].")
  • "); } // END - if } // END - while