]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_payouts.php
More double- to single-quotes rewritten
[mailer.git] / inc / modules / admin / what-list_payouts.php
index d0e56e9ed21a367f7558ca541739489f1bf32acf..90b60ed755b574599659f18647a74bdd58bcefba 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $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);
 }
 
@@ -247,8 +247,8 @@ ORDER BY p.payout_timestamp DESC", __FILE__, __LINE__);
                                $content['target_bank'] = "<a href=\"".FRAMETESTER($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']    = '---';
                        }
 
                        // Remember data in array for the template