From cb66b6a871a6defc1a075a4d69005b7339a9e64d Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 2 Jul 2008 20:17:15 +0000 Subject: When Multi-view plugin and Show SQL queries are active, results of queries are yet in readable format git-svn-id: http://piwigo.org/svn/trunk@2417 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/yoga/footer.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'admin/template/yoga/footer.tpl') diff --git a/admin/template/yoga/footer.tpl b/admin/template/yoga/footer.tpl index 56677dcfb..73c3dd9a1 100644 --- a/admin/template/yoga/footer.tpl +++ b/admin/template/yoga/footer.tpl @@ -32,9 +32,14 @@ {$v} {/foreach} {/if} +{if isset($debug.QUERIES_LIST)} +
+{$debug.QUERIES_LIST} +
-{if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if} + +{/if} \ No newline at end of file -- cgit v1.2.3