Bug 253968: Fix extra column in insert statement in checksetup

r=glob
a=justdave
This commit is contained in:
bugreport%peshkin.net 2004-08-02 05:30:35 +00:00
parent 6a8c79a9b2
commit 58c00082d9

View File

@ -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";