Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2537 → Rev 2538

/trunk/jrest/services/ImportXLS.php
92,6 → 92,7
'nt',
'famille',
'nom_referentiel',
'pays',
'zone_geo',
'ce_zone_geo',
'date_observation',
565,6 → 566,7
// $localisation est rempli à partir de plusieurs champs: C_ZONE_GEO et C_CE_ZONE_GEO
$localisation = Array(C_ZONE_GEO => NULL, C_CE_ZONE_GEO => NULL);
self::traiterLocalisation($ligne, $localisation);
//TODO: le jour où c'est efficace, traiter le pays à l'import
 
// $transmission est utilisé pour date_transmission
// XXX: @ contre "Undefined index"
585,6 → 587,7
 
"nom_referentiel" => $referentiel,
 
"pays" => $ligne[C_PAYS],
"zone_geo" => $localisation[C_ZONE_GEO],
"ce_zone_geo" => $localisation[C_CE_ZONE_GEO],