fix problem with default values on registration

main
msquare 7 years ago
parent d8de02db34
commit 6b74705f37

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

Loading…
Cancel
Save