From 1c881b96dcd6a128e79c2183c904d0caa7f1c1d1 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 10 Dec 2008 18:43:28 +0000 Subject: Bug 399079: Remove the 'showallproducts' 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/BugFields.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Config/BugFields.pm b/Bugzilla/Config/BugFields.pm index db5d0a2ff..b0375ad50 100644 --- a/Bugzilla/Config/BugFields.pm +++ b/Bugzilla/Config/BugFields.pm @@ -53,12 +53,6 @@ sub get_param_list { default => 0 }, - { - name => 'showallproducts', - type => 'b', - default => 0 - }, - { name => 'usetargetmilestone', type => 'b', -- cgit v1.2.3-24-g4f1b