X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=birthday_confirm.php;h=69690c782ade2fe85085d83c6b3d52003e7448f2;hp=71f31cadb3a583eb0a6716a2c8a81aa5803a5e2a;hb=46f2e389417a40f1029612b58cb285416ccae7a5;hpb=f26aab4a55972825a0d3ef9346c8c8dea8752b7b diff --git a/birthday_confirm.php b/birthday_confirm.php index 71f31cadb3..69690c782a 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -105,7 +105,7 @@ WHERE b.userid=%s AND b.chk_value='%s' LIMIT 1", define('__MSG', LOAD_TEMPLATE("birthday_msg", true)); } else { // Unconfirmed / locked accounts cannot get points - define('__MSG', BIRTHDAY_CANNOT_STATUS_1.TRANSLATE_STATUS($data['status']).BIRTHDAY_CANNOT_STATUS_2); + define('__MSG', sprintf(getMessage('BIRTHDAY_CANNOT_STATUS'), TRANSLATE_STATUS($data['status']))); } } else { // Cannot load data!