X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fmodules%2Fadmin%2Fwhat-config_payouts.php;h=810e489b64e7edd41702b637e39d748746ac185c;hb=f2aeaab0cd313b2eeb151642455ed558f6b186dc;hp=c0b4fc7c94828deb52f36a1811ab1df4575dc426;hpb=d2e5508023052562516f3e8526814609bda4d90f;p=mailer.git diff --git a/inc/modules/admin/what-config_payouts.php b/inc/modules/admin/what-config_payouts.php index c0b4fc7c94..810e489b64 100644 --- a/inc/modules/admin/what-config_payouts.php +++ b/inc/modules/admin/what-config_payouts.php @@ -70,7 +70,7 @@ VALUES ('%s', %d, %d,'%s','%s','%s','%s','%s','%s','%s')", ), __FILE__, __LINE__); // Get message - $message = getMessage('ADMIN_PAYOUT_TYPE_ADDED'); + $message = '{--ADMIN_PAYOUT_TYPE_ADDED--}'; } else { // Free memory SQL_FREERESULT($result); @@ -120,7 +120,7 @@ LIMIT 1", runFilterChain('run_sqls'); // Get message - $message = getMessage('ADMIN_PAYOUT_ENTRIES_CHANGED'); + $message = '{--ADMIN_PAYOUT_ENTRIES_CHANGED--}'; } else { $display = false; //Suppress any other outputs $OUT = ''; $SW = 2; @@ -165,7 +165,7 @@ LIMIT 1", runFilterChain('run_sqls'); // Get message - $message = getMessage('ADMIN_PAYOUT_ENTRIES_DELETED'); + $message = '{--ADMIN_PAYOUT_ENTRIES_DELETED--}'; } else { $display = false; //Suppress any other outputs $OUT = ''; $SW = 2;