]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 65383: Clean up milestone prefs - currmilestone and nummilestones are obsolete
authorjustdave%syndicomm.com <>
Tue, 2 Sep 2003 08:43:37 +0000 (08:43 +0000)
committerjustdave%syndicomm.com <>
Tue, 2 Sep 2003 08:43:37 +0000 (08:43 +0000)
Patch by Vlad Dascalu <jocuri@softhome.net>
r= kiko, a= justdave

defparams.pl

index fa169e4a579a14bf2502ba550fa98bcaf2b9fde2..0727364e66892fd359fcb1ce34ab1c357852a25c 100644 (file)
@@ -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 ' .