summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-09-02 10:43:37 +0200
committerjustdave%syndicomm.com <>2003-09-02 10:43:37 +0200
commit4fcf4f3c9a3b72b0f45adef6a720c3f16678edd7 (patch)
tree36c4a2fc75c3e7205a3e16c05f3f2520a5395d6c /defparams.pl
parent5d5a861f0cdcc3779676db9ff14d48dfdec4a0a0 (diff)
downloadbugzilla-4fcf4f3c9a3b72b0f45adef6a720c3f16678edd7.tar.gz
bugzilla-4fcf4f3c9a3b72b0f45adef6a720c3f16678edd7.tar.xz
Bug 65383: Clean up milestone prefs - currmilestone and nummilestones are obsolete
Patch by Vlad Dascalu <jocuri@softhome.net> r= kiko, a= justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl18
1 files changed, 0 insertions, 18 deletions
diff --git a/defparams.pl b/defparams.pl
index fa169e4a5..0727364e6 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -640,24 +640,6 @@ You will get this message once a day until you\'ve dealt with these bugs!
},
{
- name => 'nummilestones',
- desc => 'If using Target Milestone, how many milestones do you wish to
- appear?',
- type => 't',
- default => 10,
- checker => \&check_numeric
- },
-
- {
- name => 'curmilestone',
- desc => 'If using Target Milestone, Which milestone are we working ' .
- 'toward right now?',
- type => 't',
- default => 1,
- checker => \&check_numeric
- },
-
- {
name => 'musthavemilestoneonaccept',
desc => 'If you are using Target Milestone, do you want to require that ' .
'the milestone be set in order for a user to ACCEPT a bug?',