]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/wernis_functions.php
A lot templates rewritten, TODOs.txt updated, XHTML fixes:
[mailer.git] / inc / libs / wernis_functions.php
index d9832471b925d62bce1286398c811b8fb1730014..6e37a974bfdacf815b282fcd4070aef0904a86c1 100644 (file)
@@ -398,15 +398,12 @@ function WERNIS_ADD_FEES_TO_ARRAY (&$array) {
        } // END - if
 
        // Add both factors
-       $array['payout_factor']        = translateComma(getConfig('wernis_payout_factor'));
        $array['withdraw_factor']      = translateComma(getConfig('wernis_withdraw_factor'));
 
        // Add all fees
-       $array['payout_fee_percent']   = translateComma(getConfig('wernis_payout_fee_percent'));
        $array['withdraw_fee_percent'] = translateComma(getConfig('wernis_withdraw_fee_percent'));
-       $array['payout_fee_fix']       = translateComma(getConfig('wernis_payout_fee_fix'));
        $array['withdraw_fee_fix']     = translateComma(getConfig('wernis_withdraw_fee_fix'));
 }
 
-//
+// [EOF]
 ?>