Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 915 → Rev 916

/trunk/services/modules/0.1/bdtxa/cartes/TaxonsCartes.php
56,8 → 56,8
$this->tableOntologie = $conteneur->getParametre('bdd_table_ontologies');
$this->cheminCartesBase = $this->config['chemin'];
$cacheOptions = array('mise_en_cache' => $this->config['cache_miseEnCache'],
'stockage_chemin' => $this->config['cache_stockageChemin'],
'duree_de_vie' => $this->config['cache_dureeDeVie']);
'stockage_chemin' => $this->config['cache_stockageChemin'],
'duree_de_vie' => $this->config['cache_dureeDeVie']);
$this->cache = $conteneur->getCacheSimple($cacheOptions);
}
 
374,7 → 374,7
}
}
}
 
private function formaterZoneId($zoneId) {
$zoneId = strtolower(str_replace('presence_', '', $zoneId));
$zoneId = str_replace('-', '_', $zoneId);