From 55de41cf4acb5fcc3a981f8b3c2777323a8f5359 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 10 Dec 2008 18:35:59 +0000 Subject: Bug 399075: Remove the 'commentonclearresolution' 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 aec6e2428..00a234a30 100644 --- a/Bugzilla/Config/BugChange.pm +++ b/Bugzilla/Config/BugChange.pm @@ -80,12 +80,6 @@ sub get_param_list { default => 0 }, - { - name => 'commentonclearresolution', - type => 'b', - default => 0 - }, - { name => 'commentonchange_resolution', type => 'b', -- cgit v1.2.3-24-g4f1b