From 4ac4726078e1c6464cbf564300eb36a2818d115d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 2 May 2008 00:35:40 +0000 Subject: =?UTF-8?q?Bug=20431720:=20addtonewgroup=20is=20no=20longer=20used?= =?UTF-8?q?=20in=20Bugzilla=203.2=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?UTF-8?q?=C2=A9ric=20Buclin=20=20r=3Dmkanat=20a=3DLpS?= =?UTF-8?q?olit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- email_in.pl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'email_in.pl') 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'})]; -- cgit v1.2.1