diff options
author | lpsolit%gmail.com <> | 2008-05-02 00:35:40 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-05-02 00:35:40 +0000 |
commit | 4ac4726078e1c6464cbf564300eb36a2818d115d (patch) | |
tree | 4f98a50f4e691f665b8eb0fc273c0ed2eb8e57ab | |
parent | Bug 431143: data/mail and data/mimedump-tmp no longer in use - Patch by FrÃÂ... (diff) | |
download | bugzilla-4ac4726078e1c6464cbf564300eb36a2818d115d.tar.gz bugzilla-4ac4726078e1c6464cbf564300eb36a2818d115d.tar.bz2 bugzilla-4ac4726078e1c6464cbf564300eb36a2818d115d.zip |
Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
-rw-r--r-- | email_in.pl | 6 |
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'})]; |