Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1292 → Rev 1300

/trunk/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) {
/trunk/services/modules/0.1/baseflor/GraphiquesBaseflor.php
102,7 → 102,6
$curseur->setAttribute('cx', $pos_x);
$curseur->setAttribute('class', 'curseur');
$this->ajouterInfoAuSurvol($curseur);
$changement = true;
}
}
}
/trunk/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);
}