X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=show_bonus.php;h=6f8bed824d9ed5d81664d265d8bf76d612406535;hb=7a27c44db48d021c1e54a76916914ef41ff49372;hp=217a685cfc7c9da79df20aace18ef109e1b586c8;hpb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;p=mailer.git diff --git a/show_bonus.php b/show_bonus.php index 217a685cfc..6f8bed824d 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.?)