diff --git a/webtools/bugzilla/editgroups.cgi b/webtools/bugzilla/editgroups.cgi index 031a23c9e08d..a9af65bc612d 100755 --- a/webtools/bugzilla/editgroups.cgi +++ b/webtools/bugzilla/editgroups.cgi @@ -528,7 +528,7 @@ if ($action eq 'delete') { } SendSQL("SELECT name " . "FROM groups " . - "WHERE group_id = " . SqlQuote($gid)); + "WHERE id = " . SqlQuote($gid)); my ($name) = FetchSQLData(); my $cantdelete = 0;