Split the SearchSet into QuickSet and AdvancedSet
[platal.git] / 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'],