X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-payout.php;h=ab2147a05e14581e45d13b32d79502d38a1ede37;hb=e8e6d1de77ccdb4b555934da5b7086cbd1140fc7;hp=14c078d039f7aec5d519e3ef260d172539865801;hpb=de454a4f3cba4ac73cb9a0bc4dc02f81bdd4e53f;p=mailer.git diff --git a/inc/modules/member/what-payout.php b/inc/modules/member/what-payout.php index 14c078d039..ab2147a05e 100644 --- a/inc/modules/member/what-payout.php +++ b/inc/modules/member/what-payout.php @@ -39,7 +39,7 @@ // Some security stuff... if (!defined('__SECURITY')) { // Don't call this directly! - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } elseif (!IS_MEMBER()) { // Not logged in @@ -123,8 +123,8 @@ ORDER BY p.payout_timestamp DESC", $content['target_bank'] = "{--CLICK_HERE--}"; } else { // e-currency payout request - if (empty($content['target_account'])) $content['target_account'] = "---"; - if (empty($content['target_bank'])) $content['target_bank'] = "---"; + if (empty($content['target_account'])) $content['target_account'] = '---'; + if (empty($content['target_bank'])) $content['target_bank'] = '---'; } // Prepare data for the template