From: lpsolit%gmail.com <> Date: Fri, 2 May 2008 00:35:40 +0000 (+0000) Subject: Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Frédéric... X-Git-Tag: bugzilla-3.1.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ac4726078e1c6464cbf564300eb36a2818d115d;p=thirdparty%2Fbugzilla.git Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Frédéric Buclin r=mkanat a=LpSolit --- diff --git a/email_in.pl b/email_in.pl index e23da4317f..bbbde2557a 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'})];