From: stronk7 Date: Mon, 24 Apr 2006 14:32:50 +0000 (+0000) Subject: In this theme, peformance info only will be showed if it's enabled. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=77ea1a858eec07bc05b4e8fb330165b46f7d4f49;p=moodle.git In this theme, peformance info only will be showed if it's enabled. Others seems to bypass this setting if debug is enabled! --- 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; } ?>