From d7a53199d803170bf7fb9a194e1fdf5b46f0309f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 13 Dec 2010 11:33:19 +0100 Subject: [PATCH] Fixes acceptance of non member in xnet events. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/xnetevents.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/xnetevents.php b/modules/xnetevents.php index e1fe8bf..bae5758 100644 --- a/modules/xnetevents.php +++ b/modules/xnetevents.php @@ -416,7 +416,8 @@ class XnetEventsModule extends PLModule ON DUPLICATE KEY UPDATE asso_id = VALUES(asso_id), uid = VALUES(uid), intitule = VALUES(intitule), paiement_id = VALUES(paiement_id), descriptif = VALUES(descriptif), debut = VALUES(debut), fin = VALUES(fin), show_participants = VALUES(show_participants), short_name = VALUES(short_name), - deadline_inscription = VALUES(deadline_inscription), noinvite = VALUES(noinvite)', + deadline_inscription = VALUES(deadline_inscription), noinvite = VALUES(noinvite), + accept_nonmembre = VALUES(accept_nonmembre)', $evt['eid'], $evt['asso_id'], $evt['uid'], $evt['intitule'], $evt['paiement_id'], $evt['descriptif'], $evt['debut'], $evt['fin'], $evt['show_participants'], -- 2.1.4