X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=390d4465948710920db2d5cf1aa9f13d403bc0fd;hb=638420816f5e23e7da231c46132be988b639c967;hp=440d1bc81f877853e82594bb2636a02dca4f5120;hpb=c7f21c9eb494d8466447c1a199ec5621440d7ac8;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 440d1bc81f..390d446594 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -53,7 +53,7 @@ if (($footer != "1") && ($footer != "2") && ($CSS != "1")) { } // Shall we display the parsing time and number of queries? - if ($CONFIG['show_timings'] == "Y") { + if ((isset($CONFIG['show_timings'])) && ($CONFIG['show_timings'] == "Y")) { // Then display it here DISPLAY_PARSING_TIME_FOOTER(); }