]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
Rewrites/fixes for handling config entries in SQLs
[mailer.git] / inc / footer.php
index 058eb4f6ae43ab30cc504c3c7492e61fe41028e4..a9bf76f5fe27c321e43e32f1087a4b6effc94df1 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -45,7 +46,7 @@ if (!defined('__SECURITY')) {
 $GLOBALS['page_footer'] = '';
 
 // Footer disabled or already sent?
-// 1234      5                       54    45                              5    5                              543    3                              321
+// 1234      5                       54    45                            5    5                            543    3                    321
 if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (getOutputMode() != 1))) {
        // Run the filter, sweet huh?
        runFilterChain('page_footer');