From d68cf89d210f3dc57ca50a3c8bb80ca2cf7c2ed1 Mon Sep 17 00:00:00 2001 From: Damien LASSERRE Date: Thu, 12 Apr 2012 16:00:15 +0000 Subject: [PATCH] =?UTF-8?q?nom=20du=20fichier=20rectifi=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- batch/enrichissement.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batch/enrichissement.php b/batch/enrichissement.php index 5cb36406..48b93278 100644 --- a/batch/enrichissement.php +++ b/batch/enrichissement.php @@ -81,9 +81,9 @@ if ($opts->id) if ( count($identifiants)>0 && count($dataProfil)>0 ) { - $config = new Zend_Config_Ini(APPLICATION_PATH.'/configs/configuration.ini'); - $outFile = $opts->id.date('YmdHis').'.csv'; + $config = new Zend_Config_Ini(APPLICATION_PATH.'/configs/configuration.ini'); + $outFile = $opts->id.'_'.$profil['login'].'_'.date('YmdHis').'.csv'; require_once 'Scores/Enrichissement.php'; $dico = new Enrichissement(); $fields = $dico->getFields();