]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 474516: specific_search_allow_empty_words should default to on
authormkanat%bugzilla.org <>
Mon, 26 Jan 2009 22:05:59 +0000 (22:05 +0000)
committermkanat%bugzilla.org <>
Mon, 26 Jan 2009 22:05:59 +0000 (22:05 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

Bugzilla/Config/Query.pm

index 74e26503790ecc104e912fb683df95c441a7989f..fbfdb4c22bb03a31ff8b750f567d19617fe62444 100644 (file)
@@ -77,7 +77,7 @@ sub get_param_list {
   {
    name => 'specific_search_allow_empty_words',
    type => 'b',
-   default => 0
+   default => 1
   }
   
   );