]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
Further fixes for all resets
[mailer.git] / inc / footer.php
index 58a447e4f57fa00fcc6ebefa6a38383c9415d46c..37a86adf4b3523f64e2f0ebd4c07dcea9b3b00b9 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -50,7 +50,7 @@ if ((((!isset($GLOBALS['__footer_sent'])) || (($GLOBALS['__footer_sent'] != 1) &
        runFilterChain('page_footer');
 
        // Load page footer
-       $GLOBALS['__page_footer'] .= loadTemplate('page_footer', true);
+       $GLOBALS['__page_footer'] .= loadTemplate('page_footer', TRUE);
 } // END - if
 
 // Footer has been reached