This commit is contained in:
Damien LASSERRE 2011-04-06 13:38:47 +00:00
parent 78dd6dff74
commit bdefad35f8

View File

@ -55,7 +55,7 @@ $rapportExists = Doctrine_Query::create()
->fetchOne(); ->fetchOne();
if (!file_exists($rapportExists->UrlObjectRapportFile)) { if (!file_exists($rapportExists->UrlObjectRapportFile)) {
echo 'rentre';exit;
$nameFileRapport = 'rapport-'.date('Y-m-d').'-'.$_GET['pays'].'-'.$_GET['company'].'-'.$_GET['type']; $nameFileRapport = 'rapport-'.date('Y-m-d').'-'.$_GET['pays'].'-'.$_GET['company'].'-'.$_GET['type'];
$soap_client2 = getClient($_GET['pays'], 'RetrieveDataSet'); $soap_client2 = getClient($_GET['pays'], 'RetrieveDataSet');