diff options
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r-- | Bugzilla/Install.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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' }, } }; |