diff options
author | mkanat%bugzilla.org <> | 2009-01-26 22:05:59 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-01-26 22:05:59 +0000 |
commit | 5beb80569ac428cbdb43930a6a555c8e48335922 (patch) | |
tree | 0b2011d5035e33173bcd46c109a7bf13add30418 /Bugzilla/Config | |
parent | 3a9c0c1376d37dfe1dfab12033cc141a73a32d67 (diff) | |
download | bugs-5beb80569ac428cbdb43930a6a555c8e48335922.tar bugs-5beb80569ac428cbdb43930a6a555c8e48335922.tar.gz bugs-5beb80569ac428cbdb43930a6a555c8e48335922.tar.bz2 bugs-5beb80569ac428cbdb43930a6a555c8e48335922.tar.xz bugs-5beb80569ac428cbdb43930a6a555c8e48335922.zip |
Bug 474516: specific_search_allow_empty_words should default to on
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Config')
-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 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 } ); |