]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/payout_functions.php
Area 'modify' added to all extensions, some fixes for installing/modifying extension
[mailer.git] / inc / libs / payout_functions.php
index 5d886f1f0993d661a62c88f25163ffc0cc3636c0..9ab7329ec72f39bdf6b3bcce7ca92983758f03dd 100644 (file)
@@ -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("<li>{--PAYOUT_IN--}: <strong><a href=\"{!URL!}/modules.php?module=login&amp;what=payout&amp;payout=".$id."\">".$type." (".PAYOUT_MAX." ".round($P)." ".$type.")</a></strong></li>");
+                                       OUTPUT_HTML("<li>{--PAYOUT_IN--}: <strong><a href=\"{!URL!}/modules.php?module=login&amp;what=payout&amp;payout=".$id."\">".$type." ({--PAYOUT_MAX--} ".round($P)." ".$type.")</a></strong></li>");
                                }
                        }