Commit 9de12464 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 253968: Fix extra column in insert statement in checksetup

r=glob a=justdave
parent 610b44eb
......@@ -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";
......
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