X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_payouts.php;h=13e6812f989083aba043c7284f462bb7bc7c59cc;hb=1355d2c0b29510dbd407f9cde9f41a5ac02d01fa;hp=921c40e79502d5a310c328ec418107c7b3898389;hpb=5071030af40e69ca4284642f44758964e18f5be8;p=mailer.git diff --git a/inc/modules/admin/what-list_payouts.php b/inc/modules/admin/what-list_payouts.php index 921c40e795..13e6812f98 100644 --- a/inc/modules/admin/what-list_payouts.php +++ b/inc/modules/admin/what-list_payouts.php @@ -80,7 +80,7 @@ if (REQUEST_ISSET_GET(('pid'))) { if ((REQUEST_GET('do') == "accept") && (!empty($email))) { // Ok, now we can output the form or execute accepting - if (IS_FORM_SENT()) { + if (isFormSent()) { // Obtain payout type and other data $result = SQL_QUERY_ESC("SELECT payout_id FROM `{!_MYSQL_PREFIX!}_user_payouts` WHERE `id`=%s LIMIT 1", array(bigintval(REQUEST_GET('pid'))), __FILE__, __LINE__); @@ -169,7 +169,7 @@ if (REQUEST_ISSET_GET(('pid'))) { } } elseif ((REQUEST_GET('do') == "reject") && (!empty($email))) { // Ok, now we can output the form or execute rejecting - if (IS_FORM_SENT()) { + if (isFormSent()) { if ($task > 0) { // Clear task runFilterChain('solve_task', $task);