From 91ae795be29e4ab48da994e1e33c21b2d3c524b5 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Tue, 21 Jan 2014 09:29:22 +1000 Subject: Bug 913364 - Reuse preset values when navigation through enter_bug.cgi r=glob, a=glob --- enter_bug.cgi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index 1769b464c..617fdde67 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -75,8 +75,6 @@ if ($product_name eq '') { $vars->{'classifications'} = [map {$_->{'object'}} @classifications]; $vars->{'target'} = "enter_bug.cgi"; - $vars->{'format'} = $cgi->param('format'); - $vars->{'cloned_bug_id'} = $cgi->param('cloned_bug_id'); print $cgi->header(); $template->process("global/choose-classification.html.tmpl", $vars) @@ -107,8 +105,6 @@ if ($product_name eq '') { elsif (scalar(@enterable_products) > 1) { $vars->{'classifications'} = \@classifications; $vars->{'target'} = "enter_bug.cgi"; - $vars->{'format'} = $cgi->param('format'); - $vars->{'cloned_bug_id'} = $cgi->param('cloned_bug_id'); print $cgi->header(); $template->process("global/choose-product.html.tmpl", $vars) -- cgit v1.2.3-24-g4f1b