From 306fbbaaf53e940755fb38faf923e54fb931e132 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 1 Dec 2011 00:11:33 +0800 Subject: Bug 301656: Adds a preference to CC flag requestees to bugs --- 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 60e96766b..6019c9d18 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' }, + # 2011-10-11 glob@mozilla.com -- Bug 301656 + requestee_cc => { options => ['on', 'off'], default => 'on' }, } }; -- cgit v1.2.3-24-g4f1b