From 77ea1a858eec07bc05b4e8fb330165b46f7d4f49 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 24 Apr 2006 14:32:50 +0000 Subject: [PATCH] In this theme, peformance info only will be showed if it's enabled. Others seems to bypass this setting if debug is enabled! --- theme/wood/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/wood/footer.html b/theme/wood/footer.html index 70cadc660a..fac36619a7 100644 --- a/theme/wood/footer.html +++ b/theme/wood/footer.html @@ -11,7 +11,7 @@ echo ""; ?> -perfdebug && !empty($performanceinfo)) { +perfdebug > 7 && !empty($performanceinfo)) { echo $performanceinfo; } ?> -- 2.39.5