]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
Fixes for sql_patches removal vs. password reset of admin
[mailer.git] / inc / footer.php
index 47dbf47cfcc443bba228003421028fcdca24312f..4811010521816f357667b0b16c4aa7e0dacd2dee 100644 (file)
@@ -53,7 +53,7 @@ if (($footer != "1") && ($footer != "2") && ($CSS != "1")) {
        }
 
        // Shall we display the parsing time and number of queries?
-       if ((isset($_CONFIG['show_timings'])) && ($_CONFIG['show_timings'] == 'Y')) {
+       if ((isset($_CONFIG['show_timings'])) && ($_CONFIG['show_timings'] == "Y")) {
                // Then display it here
                DISPLAY_PARSING_TIME_FOOTER();
        }