fix problem with default values on registration

This commit is contained in:
msquare 2017-11-19 11:59:37 +01:00
parent 59cd65cb50
commit d8de02db34
1 changed files with 3 additions and 2 deletions

View File

@ -218,9 +218,10 @@ function guest_register()
`Sprache`,
`arrival_date`,
`planned_arrival_date`,
`force_active`
`force_active`,
`lastLogIn`
)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, NOW(), ?, NULL, ?, FALSE)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, NOW(), ?, NULL, ?, FALSE, 0)
',
[
config('theme'),