From af00161996a15e545573c29ccac52185eeb9b9dd Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 5 Apr 2005 06:02:16 +0000 Subject: Bug 286461:Add products table to search if classification are needed Patch by joel r=gerv, a=justdave --- report.cgi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'report.cgi') diff --git a/report.cgi b/report.cgi index a2beeebf1..30c7cade8 100755 --- a/report.cgi +++ b/report.cgi @@ -136,12 +136,6 @@ $columns{''} = "42217354"; my @axis_fields = ($row_field, $col_field, $tbl_field); my @selectnames = map($columns{$_}, @axis_fields); -# add product if person is requesting classification -if (lsearch(\@axis_fields,"classification") >= 0) { - if (lsearch(\@axis_fields,"product") < 0) { - push(@selectnames,($columns{'product'})); - } -} # Clone the params, so that Bugzilla::Search can modify them my $params = new Bugzilla::CGI($cgi); -- cgit v1.2.3-24-g4f1b