]> 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 3202805bb136b97f6099a4b44aebc54d038d3295..90b60ed755b574599659f18647a74bdd58bcefba 100644 (file)
@@ -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