Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3334 → Rev 3335

/trunk/widget/modules/streets/Streets.php
365,9 → 365,7
*/
protected function recupererListeTaxon() {
$taxons = array();
$langue_projet_url = ( isset ( $this->parametres['langue'] ) && $this->parametres['langue'] !== 'fr' ) ? '_' . $this->parametres['langue'] : '';
$chemin_images = dirname(__FILE__) . self::DS . 'configurations' . self::DS;
$fichier_tsv = $chemin_images . 'sauvages_taxons.tsv';
$fichier_tsv = dirname(__FILE__) . self::DS . 'configurations' . self::DS . 'sauvages_taxons.tsv';
 
if ( file_exists( $fichier_tsv ) && is_readable( $fichier_tsv ) ) {
$taxons = $this->decomposerFichierTsv( $fichier_tsv );