Subversion Repositories Sites.outils-naturalistes.fr

Compare Revisions

Ignore whitespace Rev 35 → Rev 36

/trunk/spip/client/bazar/bazar.php
247,7 → 247,7
$id_nouvelle_fiche = baz_formulaire(BAZ_ACTION_NOUVEAU_V) ;
if(baz_formulaire(BAZ_ACTION_NOUVEAU_V)) {
if($id_nouvelle_fiche) {
$res = array('success' => true, 'id_fiche' => $id_nouvelle_fiche) ;
}
else {