Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1357 → Rev 1352

/trunk/modules/fiche/formateurs/Illustrations.php
63,9 → 63,7
$this->donnees['nt'] = $this->nomCourant->getNt();
$this->donnees['nomSciRetenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html');
$this->donnees['cel'] = $this->getCelExport();
if ($this->referentiel == 'bdtfx') {
$this->donnees['coste'] = $this->getCoste();
}
$this->donnees['coste'] = $this->getCoste();
return $this->donnees;
}
 
/trunk/modules/fiche/formateurs/Description.php
45,9 → 45,7
$this->getWikipedia();
$this->getWikini();
$this->getDescriptionsDependantesReferentiel($this->referentiel);
if ($this->referentiel == 'bdtfx') {
$this->getCoste();
}
$this->getCoste();
return $this->donnees;
}
 
Property changes:
Modified: svn:mergeinfo
Reverse-merged /branches/v5.8-seynes/modules/fiche/formateurs/Description.php:r1356