]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_payouts.php
Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-list_payouts.php
index 921c40e79502d5a310c328ec418107c7b3898389..13e6812f989083aba043c7284f462bb7bc7c59cc 100644 (file)
@@ -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);