X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=14630ab3b4f7b65fbe13eecabe7ced0c572066ee;hp=9e185ab1b51e0fd9b19663aaf5f5f43d39d56560;hb=6b011418a22c7974a0a4c56351caef20dcfa5020;hpb=5faa2f01095c717ee2544716026ea414ed0b15ee 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'