diff options
author | mkanat%bugzilla.org <> | 2008-09-18 06:48:56 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-09-18 06:48:56 +0200 |
commit | 427ca00367ae35af9c87d8fe3106926d65c26ec7 (patch) | |
tree | b22d7547ce68c255ef987fa477f10d683dd53c0d /post_bug.cgi | |
parent | 249bd21ac6cc1c9ef0c9f0f8e9b6b90066dd0a02 (diff) | |
download | bugzilla-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar.gz bugzilla-427ca00367ae35af9c87d8fe3106926d65c26ec7.tar.xz |
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 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index 31c70b0af..b450a8691 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -264,7 +264,6 @@ if ($cgi->cookie("BUGLIST")) { @bug_list = split(/:/, $cgi->cookie("BUGLIST")); } $vars->{'bug_list'} = \@bug_list; -$vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)]; $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count(); if ($token) { |