From: Roland Häder Date: Fri, 28 Mar 2008 18:44:09 +0000 (+0000) Subject: constant fix X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=a69cedede6cd798ca1d07d1d46a406467797b841;hp=0da26ebf67e1a6c8e5ab5f23639c6abd99d84b2d constant fix --- diff --git a/inc/footer.php b/inc/footer.php index e1edeabfd9..47dbf47cfc 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -48,7 +48,7 @@ if (($footer != "1") && ($footer != "2") && ($CSS != "1")) { } // Shall we display the copyright notice? - if ((empty($frame)) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && ((isBooleanConstantAndTrue('WRITE_FOOTER ')))) { + if ((empty($frame)) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && (isBooleanConstantAndTrue('WRITE_FOOTER'))) { LOAD_TEMPLATE("copyright"); }