Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1218 → Rev 1219

/trunk/configurations/bdtfx.ini
12,6 → 12,7
baseRepartition = "chorodep"
baseMoissonnage = "eflore"
baseFloresRef = "bdtfx"
baseFloreProbable = "sophy"
 
baseDescription = "coste,baseflor"
baseEcologie = "baseflor"
/trunk/modules/fiche/formateurs/Repartition.php
107,10 → 107,9
}
private function getFloreProbable() {
$projetFloreProbable = "sophy";//Config::get($this->referentiel.'.floreProbable');
$projetFloreProbable = Config::get($this->referentiel.'.baseFloreProbable');
if (! $projetFloreProbable) return;
$this->cartes->setProjet($projetFloreProbable);
 
$this->meta->setProjet($projetFloreProbable);
$this->cartes->setId($this->referentiel.'.nt:'.$this->nomCourant->getNt());
// TODO: url téléchargement de la carte lorsqu'on sera sur que c'est possible