Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1298 → Rev 1299

/branches/v5.12-baouque/services/modules/0.1/baseflor/InformationsBaseflor.php
371,7 → 371,7
}
public function classerPrimSecEnTypesSsTypes($types_prim_sec) {
$types_sstypes = '';
$types_sstypes = [];
foreach ($types_prim_sec as $cle => $tb) {
$types_sstypes[$cle]= $this->separerTypes_SousTypes($tb, $cle);
}
/branches/v5.12-baouque/services/modules/0.1/baseflor/InformationsTaxonsSup.php
28,7 → 28,7
protected $serviceNom = 'informations';
private $retour_format = 'max';
private $Bdd;
private $requete_condition = "";
private $requete_condition = [];
private $champs_recherches = '*';
public function consulter($ressources, $parametres) {