X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=birthday_confirm.php;h=69690c782ade2fe85085d83c6b3d52003e7448f2;hb=5276fa133e34d55618febd593bc8145d35f09b39;hp=63d2a3c20221133c7288cced63ec47de392bdfec;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index 63d2a3c202..69690c782a 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -10,7 +10,7 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Geburtstagsgutschrift bestaetigen * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * + * $Revision:: $ * * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * @@ -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!