nom a la création du fichier
This commit is contained in:
parent
6487cb4532
commit
088dd975a6
@ -82,7 +82,7 @@ if ($opts->id)
|
||||
if ( count($identifiants)>0 && count($dataProfil)>0 )
|
||||
{
|
||||
$config = new Zend_Config_Ini(APPLICATION_PATH.'/configs/configuration.ini');
|
||||
$outFile = $config->path->data.'/'.uniqid($commande->reference.'-').'.csv';
|
||||
$outFile = $opts->id.date('YmdHis').'.csv';
|
||||
|
||||
require_once 'Scores/Enrichissement.php';
|
||||
$dico = new Enrichissement();
|
||||
|
Loading…
Reference in New Issue
Block a user