From fd742d6fc8849328749866dbff2936d43abcc7d1 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Sun, 13 Oct 2002 11:26:02 +0000 Subject: Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fields patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave --- defparams.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 232b6c346..bb5d43df7 100644 --- a/defparams.pl +++ b/defparams.pl @@ -861,6 +861,14 @@ Reason: %reason% default => '' }, + { + name => 'timetrackinggroup', + desc => 'The name of the group of users who can see/change time tracking ' . + 'information.', + type => 't', + default => '' + }, + { name => 'loginnetmask', desc => 'The number of bits for the netmask used if a user chooses to ' . -- cgit v1.2.3-24-g4f1b