miguelalonso / 123solar

Automatically exported from code.google.com/p/123solar
0 stars 0 forks source link

tricsv warnings #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 la sortie de 'scandir' est un array de noms de fichiers sans leur chemin d'accès... C'est cet array $output que tu passes à 'tricsv'. La fonction is_dir invoquée par 'tricsv' doit traiter des noms de fichiers "relatifs".

Original issue reported on code.google.com by jeanmarc...@gmail.com on 11 Aug 2013 at 6:22

GoogleCodeExporter commented 9 years ago
    $dir    = $pathto123s . '/data/invt'.$invtnum. '/csv';
    $output = glob($dir . "/*.csv");
    sort($output);

Original comment by jeanmarc...@gmail.com on 29 Aug 2013 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by jeanmarc...@gmail.com on 17 Sep 2013 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by jeanmarc...@gmail.com on 7 Oct 2013 at 8:56