summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Query.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-07-03 23:22:00 +0200
committerlpsolit%gmail.com <>2007-07-03 23:22:00 +0200
commitf8f988fbc1ca1d183dbeb8e1e942706552507e84 (patch)
treeef474bc7a2437f65926620636bf42446f57c89a7 /Bugzilla/Config/Query.pm
parentee2eb7de3865e97dd48030da6cf48606d95fe152 (diff)
downloadbugzilla-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/Config/Query.pm')
-rw-r--r--Bugzilla/Config/Query.pm2
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
}