]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 258029: sets whining group inheritance in the correct order. r,a=justdave
authorerik%dasbistro.com <>
Sat, 25 Sep 2004 07:06:44 +0000 (07:06 +0000)
committererik%dasbistro.com <>
Sat, 25 Sep 2004 07:06:44 +0000 (07:06 +0000)
checksetup.pl

index 8254cfc82b3848c8f70f584ebd7c63d8acbe8269..4337e2e29ad441dec6e9dfcfe5cf9f71444e1860 100755 (executable)
@@ -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 . ")");
 }