summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-08-08 19:10:19 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-08-08 19:10:19 +0200
commitb50767fb05e2c2035081d75da3f7d69e17aa40b0 (patch)
treeebe9f8dc3d1b46c3bfc5f8e57429c6a173dc0224 /Bugzilla/Install.pm
parentbeea589302cd06252a5b7165e54bc0d53772e6fa (diff)
downloadbugzilla-b50767fb05e2c2035081d75da3f7d69e17aa40b0.tar.gz
bugzilla-b50767fb05e2c2035081d75da3f7d69e17aa40b0.tar.xz
Bug 669535 - User pref for "Possible Duplicates"
r=dkl,a=glob
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 258adf811..41f88d70b 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -87,6 +87,8 @@ sub SETTINGS {
requestee_cc => { options => ['on', 'off'], default => 'on' },
# 2012-04-30 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' },
}
};