From 0c6d95615195a455b9c4bfc0242a7690f5a881ab Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 27 Feb 2013 09:55:50 -0500 Subject: Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performance --- template/en/default/reports/report.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/en/default/reports') diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 94725ae81..38b64df0b 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -81,7 +81,9 @@ %] [% IF debug %] -

[% query FILTER html %]

+ [% FOREACH query = queries %] +

[% query.sql FILTER html %]

+ [% END %] [% END %]
-- cgit v1.2.3-24-g4f1b