fix problem with default values on registration

main
msquare 7 years ago
parent 6b74705f37
commit f9ab269758

@ -220,9 +220,10 @@ function guest_register()
`planned_arrival_date`,
`force_active`,
`lastLogIn`,
`api_key`
`api_key`,
`got_voucher`
)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, NOW(), ?, NULL, ?, FALSE, 0, "")
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, NOW(), ?, NULL, ?, FALSE, 0, "", 0)
',
[
config('theme'),

Loading…
Cancel
Save