libelle_thesaurus = $libelle_thesaurus; $thes->save(); } else { //thesaurus a creer $thes = new thesaurus(); $thes->libelle_thesaurus = $libelle_thesaurus; $thes->langue_defaut = $langue_defaut; $thes->save(); } include('./autorites/subjects/thesaurus.inc.php');