summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2002-10-13 13:26:02 +0200
committerbugreport%peshkin.net <>2002-10-13 13:26:02 +0200
commitfd742d6fc8849328749866dbff2936d43abcc7d1 (patch)
tree1e4d7646a4589bcf44adceb452b38924286f7af1 /defparams.pl
parentf61593bee73b37fc12caabbb2958b6515d688420 (diff)
downloadbugzilla-fd742d6fc8849328749866dbff2936d43abcc7d1.tar.gz
bugzilla-fd742d6fc8849328749866dbff2936d43abcc7d1.tar.xz
Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fields
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 232b6c346..bb5d43df7 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -862,6 +862,14 @@ Reason: %reason%
},
{
+ 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 ' .
'allow a login to be valid for more than a single IP. Setting ' .