]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 253968: Fix extra column in insert statement in checksetup
authorbugreport%peshkin.net <>
Mon, 2 Aug 2004 12:30:35 +0000 (12:30 +0000)
committerbugreport%peshkin.net <>
Mon, 2 Aug 2004 12:30:35 +0000 (12:30 +0000)
r=glob
a=justdave

checksetup.pl

index e3de12d279ca52b0c5ae3bf106afc074411f597c..2d96032f3676533149db00633e76991df76ed984 100755 (executable)
@@ -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";