diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-26 22:53:57 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-26 22:53:57 +0100 |
commit | 9fd6e94c03fa3bba09af2aed85d6664575385e9a (patch) | |
tree | 1f4e7c14d435d4b2744beaa47e10ab7ec6dd930d /template/en/default/reports | |
parent | 5ccff95a61b0c0816fa42da061c298f794daf33d (diff) | |
download | bugzilla-9fd6e94c03fa3bba09af2aed85d6664575385e9a.tar.gz bugzilla-9fd6e94c03fa3bba09af2aed85d6664575385e9a.tar.xz |
Reverted Bug 836067 due to buglist crashing and do not yet know the reason
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/report.html.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 38b64df0b..94725ae81 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -81,9 +81,7 @@ %] [% IF debug %] - [% FOREACH query = queries %] - <p>[% query.sql FILTER html %]</p> - [% END %] + <p>[% query FILTER html %]</p> [% END %] <div align="center"> |