X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=birthday_confirm.php;h=69690c782ade2fe85085d83c6b3d52003e7448f2;hb=2eef921aeac777e1306bea94f498f1618f02832b;hp=bb38a1eb309db8b9ef6febbff2e7020e1584753b;hpb=f74581eca45c393033acfd9d7798b958031bc625;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index bb38a1eb30..69690c782a 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Geburtstagsgutschrift bestaetigen * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -100,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! @@ -131,5 +136,9 @@ WHERE b.userid=%s AND b.chk_value='%s' LIMIT 1", // You have to install first! LOAD_URL("install.php"); } + // Really all done here... ;-) +shutdown(); + +// ?>