From 693e26e2ad074f8cc9d37098a0568cd93ae30f52 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 12 May 2008 02:52:50 +0000 Subject: commit of the patches from codeoverload to implement tagging, will not work without manual modification of database, yes.. this commit breaks things cope --- lib/ui.lib.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 9cd78d94..68f92a50 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -208,6 +208,9 @@ function show_header() { function show_footer() { require_once Config::get('prefix') . '/templates/footer.inc.php'; + if ($_REQUEST['profiling']) { + Dba::show_profile(); + } } // show_footer -- cgit