X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_payouts.php;h=b75664a70102dbb7c926ba4c66ca662126cce992;hb=b6cf467cb0598f96529e46a9de5377f8218ff0dd;hp=1b2de6bd1a3da1f7ca246365769b83532b672f69;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/modules/admin/what-config_payouts.php b/inc/modules/admin/what-config_payouts.php index 1b2de6bd1a..b75664a701 100644 --- a/inc/modules/admin/what-config_payouts.php +++ b/inc/modules/admin/what-config_payouts.php @@ -1,7 +1,7 @@ {--ADMIN_PAYOUT_TYPE_ALREADY--}"; + $message = '
{--ADMIN_PAYOUT_TYPE_ALREADY--}
'; } } @@ -224,7 +224,7 @@ if ((SQL_NUMROWS($result_type) > 0) && ($display)) { // Load row template and switch color $OUT .= loadTemplate('admin_config_payouts_row', true, $content); $SW = 3 - $SW; - } + } // END - while // Free memory SQL_FREERESULT($result_type); @@ -236,7 +236,7 @@ if ((SQL_NUMROWS($result_type) > 0) && ($display)) { // Does your members request payouts? if ((SQL_NUMROWS($result_mem) > 0) && ($display)) { // Members has requested payouts - loadTemplate('admin_settings_saved', false, "{--ADMIN_PAYOUT_LIST_REQUESTS--}

"); + loadTemplate('admin_settings_saved', false, '{--ADMIN_PAYOUT_LIST_REQUESTS--}'); } elseif ($display) { // No member requests so far loadTemplate('admin_settings_saved', false, getMessage('ADMIN_PAYOUT_NO_MEMBER_REQUESTS')); @@ -245,7 +245,7 @@ if ((SQL_NUMROWS($result_mem) > 0) && ($display)) { // Free result SQL_FREERESULT($result_mem); -// Add new paypout type +// Add new payout type if ($display === true) loadTemplate('admin_payout_add_new'); // [EOF]