Il faut supprimer les erreurs
This commit is contained in:
parent
4111692b0e
commit
00440c460a
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
|
||||
//error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
|
||||
|
||||
// Define path to application directory
|
||||
defined('APPLICATION_PATH')
|
||||
@ -425,8 +425,8 @@ if (count($tabEntete)>0){
|
||||
//Vérification et création des données
|
||||
$row = 0;
|
||||
$fp = fopen($outFile, 'w');
|
||||
if (count($tabEntete)>0){
|
||||
fputcsv($fp, $tabEntete, ',', '"');
|
||||
if (count($tabEnteteF)>0){
|
||||
fputcsv($fp, $tabEnteteF, ',', '"');
|
||||
}
|
||||
if ($opts->id) {
|
||||
$commandesM->update(array(
|
||||
|
Loading…
Reference in New Issue
Block a user