From 5beb80569ac428cbdb43930a6a555c8e48335922 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 26 Jan 2009 22:05:59 +0000 Subject: Bug 474516: specific_search_allow_empty_words should default to on Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- 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 74e265037..fbfdb4c22 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -77,7 +77,7 @@ sub get_param_list { { name => 'specific_search_allow_empty_words', type => 'b', - default => 0 + default => 1 } ); -- cgit v1.2.3-24-g4f1b