Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1828 → Rev 1829

/trunk/jrest/services/CoelExport.php
197,6 → 197,7
// Construction de la requĂȘte
$requete = 'SELECT '.(($this->distinct) ? 'DISTINCT' : '').' '.
' cc_id_collection, '.
' cc_ce_structure, '.
' cc_nom, cc_cote, cs_nom, cc_ce_specimen_type, cc_description, cc_truk_periode_constitution, '.
' cc_truk_couverture_lieu, ccb_truk_etiquette_renseignement, ccb_truk_nature, '.
' ccb_truk_unite_base, ccb_ce_etat_general, ccb_specimen_fixation_pourcent, '.
229,6 → 230,7
$id_collection = $collection['cc_id_collection'];
$nom = $collection['cc_nom'];
$cote = $collection['cc_cote'];
$id_structure = $collection['cc_ce_structure'];
$nom_structure = $collection['cs_nom'];
$specimen_type = $utilTruck->construireTxtListeOntologie($collection['cc_ce_specimen_type']);
$description = $collection['cc_description'];
251,6 → 253,7
'cote' => $cote,
'nom' => $nom,
'nom_structure' => $nom_structure,
'id_structure' => $id_structure,
'specimen_type' => $specimen_type,
'description' => $description,
'periode_constitution' => $periode_constitution,