summaryrefslogtreecommitdiffstats
path: root/email_in.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-05-02 02:35:40 +0200
committerlpsolit%gmail.com <>2008-05-02 02:35:40 +0200
commit4ac4726078e1c6464cbf564300eb36a2818d115d (patch)
tree4f98a50f4e691f665b8eb0fc273c0ed2eb8e57ab /email_in.pl
parenta774928282e06d0b306b8ddb35c02fe752515d87 (diff)
downloadbugzilla-4ac4726078e1c6464cbf564300eb36a2818d115d.tar.gz
bugzilla-4ac4726078e1c6464cbf564300eb36a2818d115d.tar.xz
Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'email_in.pl')
-rw-r--r--email_in.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/email_in.pl b/email_in.pl
index e23da4317..bbbde2557 100644
--- a/email_in.pl
+++ b/email_in.pl
@@ -177,12 +177,6 @@ sub process_bug {
$fields{'knob'} = 'duplicate';
}
- # Make sure we don't get prompted if we have to change the default
- # groups.
- if ($fields{'product'}) {
- $fields{'addtonewgroup'} = 0;
- }
-
# Make it possible to remove CCs.
if ($fields{'removecc'}) {
$fields{'cc'} = [split(',', $fields{'removecc'})];