X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=show_bonus.php;h=0a633f1e771482e37a88064e8e6d86a1f325888c;hp=d8c15a6df4046854b5c74f6f30bb0d972d18e509;hb=c6bd3b9962b4398407e7f6c3c1c62e9869cf04ec;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6 diff --git a/show_bonus.php b/show_bonus.php index d8c15a6df4..0a633f1e77 100644 --- a/show_bonus.php +++ b/show_bonus.php @@ -112,18 +112,18 @@ LIMIT 1", $content['message'] = loadTemplate('show_bonus_msg', true, $content); } else { // No data found - $content['message'] = "{--BONUS_SHOW_NO_DATA--}"; + $content['message'] = '{--BONUS_SHOW_NO_DATA--}'; } // Free memory SQL_FREERESULT($result); } else { // Wrong type entered - $content['message'] = "{--BONUS_SHOW_WRONG_TYPE--}"; + $content['message'] = '{--BONUS_SHOW_WRONG_TYPE--}'; } } else { // Wrong call! - $content['message'] = "{--BONUS_SHOW_WRONG_CALL--}"; + $content['message'] = '{--BONUS_SHOW_WRONG_CALL--}'; } // Load send_bonus header template (for your banners, e.g.?)