From a69cedede6cd798ca1d07d1d46a406467797b841 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 28 Mar 2008 18:44:09 +0000 Subject: [PATCH] constant fix --- inc/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.39.2