From: Roland Häder Date: Mon, 30 Nov 2009 17:17:16 +0000 (+0000) Subject: Fix for fix X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=6b011418a22c7974a0a4c56351caef20dcfa5020 Fix for fix --- diff --git a/inc/functions.php b/inc/functions.php index 9e185ab1b5..14630ab3b4 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -3972,7 +3972,7 @@ function addPageHeaderFooter () { // Add them all together. This is maybe to simple foreach (array('page_header', 'output', 'page_footer') as $pagePart) { // Add page part if set - if (isset($GLOBALS[$pagePart]])) $OUT .= $GLOBALS[$pagePart]; + if (isset($GLOBALS[$pagePart])) $OUT .= $GLOBALS[$pagePart]; } // END - foreach // Transfer $OUT to 'output'