Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 740 → Rev 739

/trunk/services/modules/0.1/bdtfx/Noms.php
276,8 → 276,7
$this->retournerRequeteCondition().' '.
$this->requete_group_by.' '.
$this->retournerOrderBy().' '.
$this->formerRequeteLimite() .
' -- ' . __FILE__ . ':' . __LINE__ ;
$this->formerRequeteLimite();
return $requete;
}
 
373,7 → 372,6
//-------------------FONCTIONS POUR LE FORMATAGE EN JSON----------------------------------------------------------------
 
public function retournerResultatFormate($resultat) {
 
switch ($this->format_reponse) {
case 'noms/relations' :
$reponse = $this->formaterRelations($resultat[0]);
537,7 → 535,7
'SELECT num_nom_retenu FROM '.$this->table.' WHERE num_nom = "'.$num_nom.'"'.
')';
 
return $this->getBdd()->recupererTous($requete . ' -- ' . __FILE__ . ':' . __LINE__ );
return $this->getBdd()->recupererTous($requete);
}
 
public function formaterIdFlores($resultat) {