From 54da2a3c22192b7b4d120ae74a7a805e1229cdbc Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 4 Mar 2014 19:53:08 +0000 Subject: Bug 977030 - Remove the useless buglist_joined variable in buglist.cgi r=dkl,a=justdave --- buglist.cgi | 1 - template/en/default/list/list.html.tmpl | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/buglist.cgi b/buglist.cgi index 075986ca4..ed716f2ff 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 6fafefe21..248fc2638 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(",") %] +
-- cgit v1.2.3-24-g4f1b