Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 408 → Rev 409

/trunk/services/modules/0.1/baseflor/Informations.php
102,7 → 102,7
//+--------------------------formatages de resultats -------------------------------------------+
public function retournerResultatFormate($resultat) {
if ((count($this->ressources)) == 0) {
$table_retour_json['resultat'] = $this->formaterResultats($resultat);
$table_retour_json['resultat'] = $this->formaterResultatsInformations($resultat);
} else {
$table_retour_json = $this->formaterResultatsInformationsBDNTnn($resultat);
}