diff options
author | Byron Jones <bjones@mozilla.com> | 2012-11-20 06:24:37 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-11-20 06:24:37 +0100 |
commit | 9f7b24e9b70f736c700674e1929fe1344c6e4351 (patch) | |
tree | 8fa3d960cc5cb2064b0afca37487a3ebfe0cac8d | |
parent | 583ee472daf98c61565807c575c4ee4ff61c4b09 (diff) | |
download | bugzilla-9f7b24e9b70f736c700674e1929fe1344c6e4351.tar.gz bugzilla-9f7b24e9b70f736c700674e1929fe1344c6e4351.tar.xz |
Bug 812155: release tracking flag refresh (20)
-rw-r--r-- | extensions/BMO/lib/Data.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index b2b05222f..67c282f21 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -273,6 +273,12 @@ our $cf_disabled_flags = [ 'cf_status_thunderbird15', 'cf_tracking_seamonkey212', 'cf_status_seamonkey212', + 'cf_tracking_firefox16', + 'cf_status_firefox16', + 'cf_tracking_thunderbird16', + 'cf_status_thunderbird16', + 'cf_tracking_seamonkey213', + 'cf_status_seamonkey213', ]; # Who to CC on particular bugmails when certain groups are added or removed. |