diff options
author | 2008-12-10 18:43:28 +0000 | |
---|---|---|
committer | 2008-12-10 18:43:28 +0000 | |
commit | 1c881b96dcd6a128e79c2183c904d0caa7f1c1d1 (patch) | |
tree | 2e38beca39bc96ce7916723bdf1514cb1d7e634e /Bugzilla/Config/BugFields.pm | |
parent | Bug 399076: Remove the 'commentonreassignbycomponent' parameter - Patch by Fr... (diff) | |
download | bugzilla-1c881b96dcd6a128e79c2183c904d0caa7f1c1d1.tar.gz bugzilla-1c881b96dcd6a128e79c2183c904d0caa7f1c1d1.tar.bz2 bugzilla-1c881b96dcd6a128e79c2183c904d0caa7f1c1d1.zip |
Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/Config/BugFields.pm')
-rw-r--r-- | Bugzilla/Config/BugFields.pm | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ -54,12 +54,6 @@ sub get_param_list { }, { - name => 'showallproducts', - type => 'b', - default => 0 - }, - - { name => 'usetargetmilestone', type => 'b', default => 0 |