]> git.mxchange.org Git - mailer.git/blobdiff - birthday_confirm.php
More stuff for mysql3->mysql switch.
[mailer.git] / birthday_confirm.php
index e3827d80f68a3975683d9169352d0caf6d98d63d..b8b74210b6e6ba7fc1393b4e2d373981b511d259 100644 (file)
  * -------------------------------------------------------------------- *
  * 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                   *
  * For more information visit: http://mxchange.org                      *
@@ -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]
 ?>