]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_payouts.php
Wernis extension more secured
[mailer.git] / inc / modules / admin / what-list_payouts.php
index 3a646ac64d213b06ee3d500a99eae2664337a1e0..157025c55d0c5071fc9b42438f46980479571631 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);
@@ -165,14 +165,14 @@ if (!empty($_GET['pid']))
                                         else
                                        {
                                                // Something goes wrong... :-(
-                                               $content = implode("<BR>", $ret);
+                                               $content = implode("<br />", $ret);
                                                LOAD_TEMPLATE("admin_payout_failed_transfer", false, $content);
                                        }
                                }
                                 else
                                {
                                        // Cannot load payout id
-                                       OUTPUT_HTML ("<STRONG class=\"admin_failed\">".PAYOUT_FAILED_OBTAIN_PAYOUT_ID."</STRONG>");
+                                       OUTPUT_HTML("<STRONG class=\"admin_failed\">".PAYOUT_FAILED_OBTAIN_PAYOUT_ID."</STRONG>");
                                }
                        }
                         else
@@ -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))