Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1301 → Rev 1302

/trunk/services/modules/0.1/baseveg/syntaxons/SyntaxonsCommun.php
114,7 → 114,7
self::$cache[$url] = $val;
}
$ontologie['niveau.code'] = $valeur;
$ontologie['niveau.libelle'] = $val->nom;
$ontologie['niveau.libelle'] = $val->nom ?? '';
$ontologie['niveau.href'] = $url;
return $ontologie;
}