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