From b53d8ff17217f193e604a50f3a5c37b33fec5e3f Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 1 Apr 2005 06:48:28 +0000 Subject: Bug 288408 - make number of placeholders match number of parameters to stop error when initialising from new database. Patch by gerv; r=mkanat, a=justdave. --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 0d12c8256..d33d81219 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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'); } -- cgit v1.2.3-24-g4f1b