X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=birthday_confirm.php;h=5a1bebbe9be7bc44ddb744985394d047a11f9350;hb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7;hp=47bb1753b9006697d7e171efb3e66eac3be1ff93;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index 47bb1753b9..5a1bebbe9b 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Geburtstagsgutschrift bestaetigen * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: stelzi $ * + * 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 * @@ -49,7 +54,7 @@ require("inc/config.php"); REDIRECT_ON_UNINSTALLED_EXTENSION("birthday"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Script is installed so let's check for his confirmation link... $uid = bigintval(REQUEST_GET('uid')); @@ -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(); + +// ?>