X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=birthday_confirm.php;h=19dee6cc94e3c95c30864596adaa7044a2d931d0;hp=e3827d80f68a3975683d9169352d0caf6d98d63d;hb=eac9440acf7d8f00feb31a27dea7585c248ca974;hpb=155492a5b96cec674846973a8524238b0365a848 diff --git a/birthday_confirm.php b/birthday_confirm.php index e3827d80f6..19dee6cc94 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Geburtstagsgutschrift bestaetigen * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -83,7 +78,7 @@ LIMIT 1", $userid, $chk ), __FILE__, __LINE__); -//* DEBUG: */ debugOutput("userid=".$userid.",chk=".$chk." (".strlen($chk).'/'.strlen(getRequestElement('check')).'/'.SQL_NUMROWS($result) . ')'); +//* DEBUG: */ debugOutput("userid=".$userid.",chk=".$chk." (".strlen($chk).'/'.strlen(getRequestElement('check')).'/'.sqlNumRows($result) . ')'); // Prepare content $content = array(); @@ -121,13 +116,13 @@ sqlFreeResult($result); $GLOBALS['__module'] = 'birthday_confirm'; // Include header -loadIncludeOnce('inc/header.php'); +loadPageHeader(); // Load final template and output it loadTemplate('birthday_confirm', FALSE, $content); // Include footer -loadIncludeOnce('inc/footer.php'); +loadPageFooter(); // [EOF] ?>