Correction nom du fichier
This commit is contained in:
parent
53080e1f62
commit
66142be518
@ -530,7 +530,7 @@ fclose($fp);
|
|||||||
if ($opts->id) {
|
if ($opts->id) {
|
||||||
$commandesM->update(array(
|
$commandesM->update(array(
|
||||||
'dateStop' => date('Y-m-d H:i:s'),
|
'dateStop' => date('Y-m-d H:i:s'),
|
||||||
'fichierOut' => $outFile,
|
'fichierOut' => basename($outFile),
|
||||||
), "id = ".$commande->id);
|
), "id = ".$commande->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user