fix problem with default values on registration
This commit is contained in:
parent
59cd65cb50
commit
d8de02db34
|
@ -218,9 +218,10 @@ function guest_register()
|
||||||
`Sprache`,
|
`Sprache`,
|
||||||
`arrival_date`,
|
`arrival_date`,
|
||||||
`planned_arrival_date`,
|
`planned_arrival_date`,
|
||||||
`force_active`
|
`force_active`,
|
||||||
|
`lastLogIn`
|
||||||
)
|
)
|
||||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, NOW(), ?, NULL, ?, FALSE)
|
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, NOW(), ?, NULL, ?, FALSE, 0)
|
||||||
',
|
',
|
||||||
[
|
[
|
||||||
config('theme'),
|
config('theme'),
|
||||||
|
|
Loading…
Reference in New Issue