summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@redhat.com>2014-06-26 19:12:31 +0200
committerDavid Lawrence <dkl@redhat.com>2014-06-26 19:12:31 +0200
commit833ecab083728f7ceed779b9a2d5daa028688fcc (patch)
tree4853f6a8b08b282909aee42fe580aca18e132286 /Bugzilla/Install.pm
parentdc2d0755dd68bc6346f2e8fede6e3fcaed3fc297 (diff)
downloadbugzilla-833ecab083728f7ceed779b9a2d5daa028688fcc.tar.gz
bugzilla-833ecab083728f7ceed779b9a2d5daa028688fcc.tar.xz
Bug 669535 - User pref for "Possible Duplicates"
- Discussed with glob and decided to straight backport to BMO
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r--Bugzilla/Install.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm
index 6019c9d18..d5f4f04cd 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -95,6 +95,8 @@ sub SETTINGS {
default => 'html' },
# 2011-06-16 glob@mozilla.com -- Bug 663747
bugmail_new_prefix => { options => ['on', 'off'], default => 'on' },
+ # 2013-07-26 joshi_sunil@in.com -- Bug 669535
+ possible_duplicates => { options => ['on', 'off'], default => 'on' },
# 2011-10-11 glob@mozilla.com -- Bug 301656
requestee_cc => { options => ['on', 'off'], default => 'on' },
}