Fix for fix
authorRoland Häder <roland@mxchange.org>
Mon, 30 Nov 2009 17:17:16 +0000 (17:17 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 30 Nov 2009 17:17:16 +0000 (17:17 +0000)
inc/functions.php

index 9e185ab1b51e0fd9b19663aaf5f5f43d39d56560..14630ab3b4f7b65fbe13eecabe7ced0c572066ee 100644 (file)
@@ -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'