diff options
| author | mkanat%bugzilla.org <> | 2008-09-18 04:48:56 +0000 |
|---|---|---|
| committer | mkanat%bugzilla.org <> | 2008-09-18 04:48:56 +0000 |
| commit | 427ca00367ae35af9c87d8fe3106926d65c26ec7 (patch) | |
| tree | b22d7547ce68c255ef987fa477f10d683dd53c0d /show_bug.cgi | |
| parent | 249bd21ac6cc1c9ef0c9f0f8e9b6b90066dd0a02 (diff) | |
| download | bugs-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar bugs-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar.gz bugs-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar.bz2 bugs-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar.xz bugs-427ca00367ae35af9c87d8fe3106926d65c26ec7.zip | |
Bug 452734: Remove the keyword chooser, because it's a usability regression
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'show_bug.cgi')
| -rwxr-xr-x | show_bug.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/show_bug.cgi b/show_bug.cgi index b3251b9d1..62575c5ce 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -94,7 +94,6 @@ eval { $vars->{'bugs'} = \@bugs; $vars->{'marks'} = \%marks; -$vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)]; $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count(); my @bugids = map {$_->bug_id} grep {!$_->error} @bugs; |
