mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Bug 181951 Cannot delete groups
Patch by joel r=burnus,bbaetz a=justdave
This commit is contained in:
parent
63a2d5f471
commit
87acb0913e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user