From: justdave%syndicomm.com <> Date: Tue, 2 Sep 2003 08:43:37 +0000 (+0000) Subject: Bug 65383: Clean up milestone prefs - currmilestone and nummilestones are obsolete X-Git-Tag: bugzilla-2.17.5~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fcf4f3c9a3b72b0f45adef6a720c3f16678edd7;p=thirdparty%2Fbugzilla.git Bug 65383: Clean up milestone prefs - currmilestone and nummilestones are obsolete Patch by Vlad Dascalu r= kiko, a= justdave --- diff --git a/defparams.pl b/defparams.pl index fa169e4a57..0727364e66 100644 --- a/defparams.pl +++ b/defparams.pl @@ -639,24 +639,6 @@ You will get this message once a day until you\'ve dealt with these bugs! default => 0 }, - { - 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 ' .