From: Stéphane Jacob Date: Mon, 13 Dec 2010 10:33:19 +0000 (+0100) Subject: Fixes acceptance of non member in xnet events. X-Git-Tag: xorg/1.0.2~32^2~18 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d7a53199d803170bf7fb9a194e1fdf5b46f0309f;p=platal.git Fixes acceptance of non member in xnet events. Signed-off-by: Stéphane Jacob --- 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'],