Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3578 → Rev 3579

/trunk/jrest/bibliotheque/GestionChampsEtendus2.php
57,7 → 57,7
* @return array tableau associatif des champs de la table etendu
*/
public function consulter($id_element_lie, $langue = "fr") {
$requete = "SELECT $this->liste_champs} ".
$requete = "SELECT {$this->liste_champs} ".
"FROM {$this->table_champs_etendus} ce ".
"INNER JOIN {$this->table_champs_etendus_trad} cet ON ce.field_id = cet.extended_field_id ".
"WHERE cet.language_iso_code = '".$langue."' AND ";