Fixes for sql_patches removal vs. password reset of admin
[mailer.git] / inc / footer.php
index 85ebb5be438e37a5517ba945f8ed461532595638..4811010521816f357667b0b16c4aa7e0dacd2dee 100644 (file)
@@ -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");
        }