Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 476 | Rev 487 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 476 Rev 478
Line 215... Line 215...
215
		}
215
		}
Line 216... Line 216...
216
 
216
 
217
		$txt = '';
217
		$txt = '';
Line 218... Line 218...
218
		$txt = implode("\n", $lignes);
218
		$txt = implode("\n", $lignes);
219
 
219
 
220
		$fichierTsvIndexFinal = $this->dossierBase.self::DOSSIER_V2.'index.tsv';
220
		$fichierTsvIndexFinal = $this->dossierBase.self::DOSSIER_V2.'coste_v2_00.tsv';
221
		file_put_contents($fichierTsvIndexFinal, $txt);
221
		file_put_contents($fichierTsvIndexFinal, $txt);
222
	}
222
	}
223
}
223
}