From 4ac4726078e1c6464cbf564300eb36a2818d115d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 2 May 2008 00:35:40 +0000 Subject: Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Frédéric Buclin r=mkanat a=LpSolit 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.3-24-g4f1b