diff options
author | mkanat%bugzilla.org <> | 2009-08-12 03:42:32 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-08-12 03:42:32 +0200 |
commit | bf68d5918c2eea9b123ee36c7f3541cc1154e060 (patch) | |
tree | bb2dee504ca5a4e621a505b694284aa30f6c3866 /show_bug.cgi | |
parent | 73bb17590cf3f15166d20b028977d0c61a487b1e (diff) | |
download | bugzilla-bf68d5918c2eea9b123ee36c7f3541cc1154e060.tar.gz bugzilla-bf68d5918c2eea9b123ee36c7f3541cc1154e060.tar.xz |
Bug 509108: Don't require a bug_list parameter to show the bug template (create the last_bug_list global template parameter)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'show_bug.cgi')
-rwxr-xr-x | show_bug.cgi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/show_bug.cgi b/show_bug.cgi index c0e543234..4a530269e 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -103,14 +103,6 @@ $vars->{'marks'} = \%marks; my @bugids = map {$_->bug_id} grep {!$_->error} @bugs; $vars->{'bugids'} = join(", ", @bugids); -# Next bug in list (if there is one) -my @bug_list; -if ($cgi->cookie("BUGLIST")) { - @bug_list = split(/:/, $cgi->cookie("BUGLIST")); -} - -$vars->{'bug_list'} = \@bug_list; - # Work out which fields we are displaying (currently XML only.) # If no explicit list is defined, we show all fields. We then exclude any # on the exclusion list. This is so you can say e.g. "Everything except |