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'],