]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-payout.php
More double- to single-quotes rewritten
[mailer.git] / inc / modules / member / what-payout.php
index 14c078d039f7aec5d519e3ef260d172539865801..ab2147a05e14581e45d13b32d79502d38a1ede37 100644 (file)
@@ -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'] = "<a href=\"".DEREFERER($content['url'])."\" target=\"_blank\">{--CLICK_HERE--}</a>";
                                } 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