From c64d51111a5ae02d6fc45163a847d0b7e2004548 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Mon, 25 Nov 2002 03:56:17 +0000 Subject: Bug 147275 Rearchitect product groups Patch by joel r=bbaetz,justdave a=justdave --- defparams.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'defparams.pl') 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 }, -- cgit v1.2.3-24-g4f1b