From: erik%dasbistro.com <> Date: Sat, 25 Sep 2004 07:06:44 +0000 (+0000) Subject: Fix for bug 258029: sets whining group inheritance in the correct order. r,a=justdave X-Git-Tag: bugzilla-2.19.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad5f4314b7ca70faab085765179394a281a19b5;p=thirdparty%2Fbugzilla.git Fix for bug 258029: sets whining group inheritance in the correct order. r,a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index 8254cfc82b..4337e2e29a 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 . ")"); }