fix problem with default values on registration

main
msquare 7 years ago
parent 59cd65cb50
commit d8de02db34

@ -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'),

Loading…
Cancel
Save