From 15528ad8472cc0244cb2c7d9b6109c0b9d132f20 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 10 Dec 2008 18:39:58 +0000 Subject: Bug 399076: Remove the 'commentonreassignbycomponent' parameter - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Config/BugChange.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/BugChange.pm b/Bugzilla/Config/BugChange.pm index 00a234a30..0e518b689 100644 --- a/Bugzilla/Config/BugChange.pm +++ b/Bugzilla/Config/BugChange.pm @@ -86,12 +86,6 @@ sub get_param_list { default => 0 }, - { - name => 'commentonreassignbycomponent', - type => 'b', - default => 0 - }, - { name => 'commentonduplicate', type => 'b', -- cgit v1.2.3-24-g4f1b