X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=birthday_confirm.php;h=69690c782ade2fe85085d83c6b3d52003e7448f2;hb=5a037072da9ffa803deffabc4c8b2bafe7479f7d;hp=8c6022fe7ed77bd9d23f71bb35282774e7da4752;hpb=f3e4c2c048761589836fdbe6bd2e46599a1833a7;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index 8c6022fe7e..69690c782a 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Geburtstagsgutschrift bestaetigen * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -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!