source: trunk/spip/esqueleto-redcta/plugins/agenda/1_9_2/exec/editer_evenement.php @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 358 bytes
Line 
1<?php
2
3if (!defined("_ECRIRE_INC_VERSION")) return;
4
5include_spip("inc/agenda_gestion");
6include_spip("inc/autoriser");
7
8function exec_editer_evenement_dist()
9{
10        $id_article = intval(_request('id_article'));
11        //if (autoriser())
12        $res = Agenda_formulaire_article($id_article, autoriser('modifier','article',$id_article),'articles');
13
14        ajax_retour($res);
15}
16
17?>
Note: See TracBrowser for help on using the repository browser.