Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 469 → Rev 470

/trunk/scripts/modules/coste/Description.php
7,7 → 7,7
const DOSSIER_DSC_TXT = '../../../donnees/coste/descriptions/txt/';
const DOSSIER_LOG = 'log/';
 
private $atueurs = array();
private $auteurs = array();
private $dossierBase = '';
private $conteneur = null;
private $outils = null;
92,6 → 92,7
$this->ecrireLogs();
}
 
 
private function chargerFichiers() {
$this->nomDossier = $this->dossierBase.self::DOSSIER_DSC_HTML;
if (file_exists($this->nomDossier) === true) {