X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_payouts.php;h=90b60ed755b574599659f18647a74bdd58bcefba;hb=2f0357c7ac9da6c17d361b8e7cb0b1ad09eb85f6;hp=d0e56e9ed21a367f7558ca541739489f1bf32acf;hpb=5d9f65a4efafdeda1f03cf03fc95421bc600b9dc;p=mailer.git diff --git a/inc/modules/admin/what-list_payouts.php b/inc/modules/admin/what-list_payouts.php index d0e56e9ed2..90b60ed755 100644 --- a/inc/modules/admin/what-list_payouts.php +++ b/inc/modules/admin/what-list_payouts.php @@ -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'] = "{--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'] = '---'; } // Remember data in array for the template