Commit d707f379 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 181951 Cannot delete groups

Patch by joel r=burnus,bbaetz a=justdave
parent e47e36a6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment