X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Fagenda_3_5%2Faction%2Fediter_evenement.php;h=3d1635e297e263a203d6ea8a7f9742dee847df3c;hp=d192815f7a31760bec490ce7184552f506a49ced;hb=HEAD;hpb=f854641371bdfbaba8fbab6212853d9795ba8cc8 diff --git a/www/plugins/agenda_3_5/action/editer_evenement.php b/www/plugins/agenda_3_5/action/editer_evenement.php index d192815..3d1635e 100644 --- a/www/plugins/agenda_3_5/action/editer_evenement.php +++ b/www/plugins/agenda_3_5/action/editer_evenement.php @@ -113,6 +113,7 @@ function evenement_modifier($id_evenement, $set=null){ if ($err = objet_modifier_champs('evenement', $id_evenement, array( + 'data' => $set, 'nonvide' => array('titre' => _T('info_nouvel_evenement')." "._T('info_numero_abbreviation').$id_evenement), 'invalideur' => $invalideur, 'indexation' => $indexation,