From f8f988fbc1ca1d183dbeb8e1e942706552507e84 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 3 Jul 2007 21:22:00 +0000 Subject: 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 r=wicked a=mkanat --- Bugzilla/Config/Query.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config/Query.pm') 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 } -- cgit v1.2.3-24-g4f1b