fix problem with bools in queries

main
msquare 7 years ago
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…
Cancel
Save