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