From: Roland Häder Date: Sat, 28 Feb 2009 23:33:17 +0000 (+0000) Subject: Braces fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=8b5a15ff9a1fdce86a8d0b5613d4f15c74b71de3 Braces fixed --- diff --git a/inc/footer.php b/inc/footer.php index 496ea5cf98..d15df15b89 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -39,8 +39,8 @@ if (!defined('__SECURITY')) { } // END - if // Footer disabled or already sent? -// 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")) { +// 1234 5 54 45 5 5 543 3 321 +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