fix problem with bools in queries

This commit is contained in:
msquare 2017-11-19 11:52:39 +01:00
parent c62833bb51
commit 7df64c82a6
1 changed files with 2 additions and 2 deletions

View File

@ -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,