]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_payouts.php
login bonus will no longer be payed when turned off, "Y/N" rewritten to 'Y/N'
[mailer.git] / inc / modules / admin / what-list_payouts.php
index 3a646ac64d213b06ee3d500a99eae2664337a1e0..f9b7e02e47e9b762098221e7997a749356b508d1 100644 (file)
@@ -148,7 +148,7 @@ if (!empty($_GET['pid']))
                                                $msg = LOAD_EMAIL_TEMPLATE("member_payout_accepted", $_POST['text'], $uid);
 
                                                // Output message
-                                               if ($allow == "Y")
+                                               if ($allow == 'Y')
                                                {
                                                        // Banner / Textlink request
                                                        LOAD_TEMPLATE("admin_settings_saved", false, PAYOUT_BANNER_ACCEPTED_NOTIFIED);
@@ -259,7 +259,7 @@ ORDER BY p.payout_timestamp DESC", __FILE__, __LINE__);
                        }
 
                        // Nothing entered must be secured in member/what-payputs.php !
-                       if ($allow == "Y")
+                       if ($allow == 'Y')
                        {
                                // Banner/Textlink views/clicks request
                                if (!empty($banner))