]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 185944: radio buttons for adding/removing groups on the change-multiple-bugs...
authorjustdave%syndicomm.com <>
Wed, 18 Dec 2002 16:01:51 +0000 (16:01 +0000)
committerjustdave%syndicomm.com <>
Wed, 18 Dec 2002 16:01:51 +0000 (16:01 +0000)
r=bbaetz, a=justdave

buglist.cgi

index ef12d12425353544f87be00523c9a1d9f5eb2114..118d542c96b95c012a786c86d3453b5c69ca533a 100755 (executable)
@@ -216,7 +216,7 @@ sub GetGroupsByUserId {
 
     while (MoreSQLData()) {
         my $group = {};
-        ($group->{'bug_id'}, $group->{'name'},
+        ($group->{'id'}, $group->{'name'},
          $group->{'description'}, $group->{'isactive'}) = FetchSQLData();
         push(@groups, $group);
     }