fix problem with bools in queries
This commit is contained in:
parent
c62833bb51
commit
7df64c82a6
|
@ -229,8 +229,8 @@ function guest_register()
|
|||
$dect,
|
||||
$mobile,
|
||||
$mail,
|
||||
(bool)$email_shiftinfo,
|
||||
(bool)$email_by_human_allowed,
|
||||
(int)$email_shiftinfo,
|
||||
(int)$email_by_human_allowed,
|
||||
$jabber,
|
||||
$tshirt_size,
|
||||
$password_hash,
|
||||
|
|
Loading…
Reference in New Issue