Correction nom du fichier

This commit is contained in:
Michael RICOIS 2012-01-31 15:52:58 +00:00
parent 53080e1f62
commit 66142be518

View File

@ -530,7 +530,7 @@ fclose($fp);
if ($opts->id) {
$commandesM->update(array(
'dateStop' => date('Y-m-d H:i:s'),
'fichierOut' => $outFile,
'fichierOut' => basename($outFile),
), "id = ".$commande->id);
}