From 7df64c82a69d30dfc7417fa5bff83f864a1c2314 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 19 Nov 2017 11:52:39 +0100 Subject: fix problem with bools in queries --- includes/pages/guest_login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index d8f28048..9d4777ed 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -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, -- cgit v1.2.3-54-g00ecf