mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 253968: Fix extra column in insert statement in checksetup
r=glob a=justdave
This commit is contained in:
parent
6a8c79a9b2
commit
58c00082d9
@ -4254,7 +4254,7 @@ if ($sth->rows == 0) {
|
||||
foreach my $group ( @groups ) {
|
||||
$dbh->do("INSERT INTO group_group_map
|
||||
(member_id, grantor_id, grant_type)
|
||||
VALUES ($id, $group, 1, " . GROUP_BLESS . ")");
|
||||
VALUES ($id, $group, " . GROUP_BLESS . ")");
|
||||
}
|
||||
|
||||
print "\n$login is now set up as an administrator account.\n";
|
||||
|
Loading…
Reference in New Issue
Block a user