diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-17 22:49:23 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-17 22:49:23 +0100 |
commit | 779b283127b310bb8676d11fed7a071ef1ce4ceb (patch) | |
tree | a73f4042e09fddab7a53377aec05e4be53595e16 /page.cgi | |
parent | 72c4efb6b8620e0e56ff6741971b952d468ce10d (diff) | |
download | bugzilla-779b283127b310bb8676d11fed7a071ef1ce4ceb.tar.gz bugzilla-779b283127b310bb8676d11fed7a071ef1ce4ceb.tar.xz |
Bug 529201: Add help for every single field to fields.html
r=LpSolit, a=LpSolit
Diffstat (limited to 'page.cgi')
-rwxr-xr-x | page.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ use Bugzilla::Search::Quicksearch; # For quicksearch.html. sub quicksearch_field_names { - my $fields = Bugzilla::Search::Quicksearch::FIELD_MAP; + my $fields = Bugzilla::Search::Quicksearch->FIELD_MAP; my %fields_reverse; # Put longer names before shorter names. my @nicknames = sort { length($b) <=> length($a) } (keys %$fields); |