diff options
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/defparams.pl b/defparams.pl index f518a2de1..b0567c783 100644 --- a/defparams.pl +++ b/defparams.pl @@ -244,7 +244,7 @@ sub check_netmask { }, { - name => 'usebuggroups', + name => 'makeproductgroups', desc => 'If this is on, Bugzilla will associate a bug group with each ' . 'product in the database, and use it for querying bugs.', type => 'b', @@ -252,9 +252,9 @@ sub check_netmask { }, { - name => 'usebuggroupsentry', + name => 'useentrygroupdefault', desc => 'If this is on, Bugzilla will use product bug groups to restrict ' . - 'who can enter bugs. Requires usebuggroups to be on as well.', + 'who can enter bugs. Requires makeproductgroups to be on as well.', type => 'b', default => 0 }, |