Fixes acceptance of non member in xnet events.
authorStéphane Jacob <sj@m4x.org>
Mon, 13 Dec 2010 10:33:19 +0000 (11:33 +0100)
committerStéphane Jacob <sj@m4x.org>
Mon, 13 Dec 2010 10:33:19 +0000 (11:33 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetevents.php

index e1fe8bf..bae5758 100644 (file)
@@ -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'],