summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
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');
}