From: Matt Selsky Date: Tue, 4 Mar 2014 19:53:08 +0000 (+0000) Subject: Bug 977030 - Remove the useless buglist_joined variable in buglist.cgi X-Git-Tag: bugzilla-4.5.3~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54da2a3c22192b7b4d120ae74a7a805e1229cdbc;p=thirdparty%2Fbugzilla.git Bug 977030 - Remove the useless buglist_joined variable in buglist.cgi r=dkl,a=justdave --- diff --git a/buglist.cgi b/buglist.cgi index 075986ca47..ed716f2ff9 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -848,7 +848,6 @@ else { # remaining_time <= 0 $vars->{'bugs'} = \@bugs; $vars->{'buglist'} = \@bugidlist; -$vars->{'buglist_joined'} = join(',', @bugidlist); $vars->{'columns'} = $columns; $vars->{'displaycolumns'} = \@displaycolumns; diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 6fafefe21b..248fc2638e 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -73,7 +73,7 @@

Total execution time: [% query_time FILTER html %] seconds

[% FOREACH query = queries %] -

[% query.sql FILTER html %]

+
[% query.sql FILTER html %]

Execution time: [% query.time FILTER html %] seconds

[% IF query.explain %]
[% query.explain FILTER html %]
@@ -190,8 +190,8 @@
- [% id = buglist.join(",") %] - + [% buglist_joined = buglist.join(",") %] +