From 6aad3a0979417a4e131a2ac45ceabfe840aa4af6 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 18 Feb 2011 13:13:59 -0500 Subject: Bug 580490 - Quicksearch should optionally not search comments r/a=mkanat --- Bugzilla/Install.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 6fbaa0b75..808a50698 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -88,6 +88,8 @@ sub SETTINGS { default => 'before_comments' }, # 2008-08-27 LpSolit@gmail.com -- Bug 182238 timezone => { subclass => 'Timezone', default => 'local' }, + # 2011-02-07 dkl@mozilla.com -- Bug 580490 + quicksearch_fulltext => { options => ['on', 'off'], default => 'on' }, } }; -- cgit v1.2.3-24-g4f1b