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