X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=390d4465948710920db2d5cf1aa9f13d403bc0fd;hp=440d1bc81f877853e82594bb2636a02dca4f5120;hb=638420816f5e23e7da231c46132be988b639c967;hpb=addbb8351784d33ba1c7ebc52771defd09ddf2f0 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(); }