]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / footer.php
index ec9d63b9ce88e8b7fcda1de02f174ba27b0df483..7d8b93402e5589a07d0a40919b020d305ccd16ca 100644 (file)
@@ -46,8 +46,8 @@ if (!defined('__SECURITY')) {
 $GLOBALS['page_footer'] = '';
 
 // Footer disabled or already sent?
-// 1234      5                       54    45                              5    5                              543    3                              321
-if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (getOutputMode() != 1))) {
+// 1234      5                       54    45                            5    5                            543    3                    321
+if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (getScriptOutputMode() != 1))) {
        // Run the filter, sweet huh?
        runFilterChain('page_footer');