From 2d8e7b636697250ce97bdd2f88e2a4ca618268ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 28 Feb 2009 23:30:57 +0000 Subject: [PATCH] footer_sent fixed --- inc/footer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/footer.php b/inc/footer.php index 911cbc4921..496ea5cf98 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -39,7 +39,8 @@ if (!defined('__SECURITY')) { } // END - if // Footer disabled or already sent? -if (($GLOBALS['footer_sent'] != "1") && ($GLOBALS['footer_sent'] != "2") && ($GLOBALS['output_mode'] != "1")) { +// 1234 43 34 4 4 432 2 21 +if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != "1") && ($GLOBALS['footer_sent'] != "2"))) && ($GLOBALS['output_mode'] != "1")) { // Output the generated HTML code or do nothing in direct-mode if (getTotalFatalErrors() > 0) { // Output fatal error messages -- 2.39.2