summaryrefslogtreecommitdiffstats
path: root/report.cgi
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2005-04-05 08:02:16 +0200
committerbugreport%peshkin.net <>2005-04-05 08:02:16 +0200
commitaf00161996a15e545573c29ccac52185eeb9b9dd (patch)
treed74a127ecec96384fcae66c25e3836c346e7fc0f /report.cgi
parent07c0db551d1c63a8616ef8c51f89d8c2ea704a62 (diff)
downloadbugzilla-af00161996a15e545573c29ccac52185eeb9b9dd.tar.gz
bugzilla-af00161996a15e545573c29ccac52185eeb9b9dd.tar.xz
Bug 286461:Add products table to search if classification are needed
Patch by joel r=gerv, a=justdave
Diffstat (limited to 'report.cgi')
-rwxr-xr-xreport.cgi6
1 files changed, 0 insertions, 6 deletions
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);