]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 288408 - make number of placeholders match number of parameters to stop error...
authorgerv%gerv.net <>
Fri, 1 Apr 2005 06:48:28 +0000 (06:48 +0000)
committergerv%gerv.net <>
Fri, 1 Apr 2005 06:48:28 +0000 (06:48 +0000)
checksetup.pl

index 0d12c8256baecfc0815298ed50ccf46ab567abc3..d33d81219317c001521516b1017ef6df1eed4584 100755 (executable)
@@ -4222,7 +4222,7 @@ if ($sth->rows == 0) {
         $dbh->do(
           q{INSERT INTO profiles (login_name, realname, cryptpassword, 
                                   disabledtext, refreshed_when)
-            VALUES (?, ?, ?, ?, ?, ?)},
+            VALUES (?, ?, ?, ?, ?)},
             undef, $login, $realname, $cryptedpassword, 
             '', '1900-01-01 00:00:00');
     }