Probleme SVN
This commit is contained in:
parent
35e837af81
commit
d0a0857987
@ -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, ',', '"');
|
||||
|
Loading…
Reference in New Issue
Block a user