From aad5f4314b7ca70faab085765179394a281a19b5 Mon Sep 17 00:00:00 2001 From: "erik%dasbistro.com" <> Date: Sat, 25 Sep 2004 07:06:44 +0000 Subject: Fix for bug 258029: sets whining group inheritance in the correct order. r,a=justdave --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 8254cfc82..4337e2e29 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4121,7 +4121,7 @@ if (!GroupDoesExist('bz_canusewhines')) { 'other users'); $dbh->do("INSERT IGNORE INTO group_group_map " . "(member_id, grantor_id, grant_type) " . - "VALUES (${whine_group}, ${whineatothers_group}, " . + "VALUES (${whineatothers_group}, ${whine_group}, " . GROUP_MEMBERSHIP . ")"); } -- cgit v1.2.3-24-g4f1b