diff options
author | lpsolit%gmail.com <> | 2007-07-03 23:22:00 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-03 23:22:00 +0200 |
commit | f8f988fbc1ca1d183dbeb8e1e942706552507e84 (patch) | |
tree | ef474bc7a2437f65926620636bf42446f57c89a7 /Bugzilla | |
parent | ee2eb7de3865e97dd48030da6cf48606d95fe152 (diff) | |
download | bugzilla-f8f988fbc1ca1d183dbeb8e1e942706552507e84.tar.gz bugzilla-f8f988fbc1ca1d183dbeb8e1e942706552507e84.tar.xz |
Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to 'specific_search_allow_empty_words' (to avoid confusion with the QuickSearch feature) - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r=wicked a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Config/Query.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index afd330898..74e265037 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -75,7 +75,7 @@ sub get_param_list { }, { - name => 'quicksearch_allow_empty_words', + name => 'specific_search_allow_empty_words', type => 'b', default => 0 } |