Probleme SVN

This commit is contained in:
Damien LASSERRE 2012-04-12 09:57:19 +00:00
parent 35e837af81
commit d0a0857987

View File

@ -112,7 +112,7 @@ if ( count($identifiants)>0 && count($dataProfil)>0 )
//Pour chaque identifiant traiter les données
$row = 0;
$fp = fopen($outFile, 'w');
$fp = fopen($config->path->data.'/'.$outFile, 'w');
//Ecrire l'entete
if (count($tabEnteteLabel)>0){
fputcsv($fp, $tabEnteteLabel, ',', '"');