phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r330 - trunk/import_doli/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r330 - trunk/import_doli/include
Date: Mon, 2 Apr 2012 14:03:39 +0200 (CEST)

Author: danydb
Date: 2012-04-02 14:03:38 +0200 (Mon, 02 Apr 2012)
New Revision: 330

Modified:
   trunk/import_doli/include/class_impdol_operation.php
Log:
change message "10 colonnes" par "11 colonnes" + ajout de la ligne fautive

Modified: trunk/import_doli/include/class_impdol_operation.php
===================================================================
--- trunk/import_doli/include/class_impdol_operation.php        2012-04-02 
11:59:47 UTC (rev 329)
+++ trunk/import_doli/include/class_impdol_operation.php        2012-04-02 
12:03:38 UTC (rev 330)
@@ -56,8 +56,9 @@
         while (($row = fgetcsv($foperation, 0, ";", '"')) !== false)
         {
             if (count($row) != 11)
-            {
-                echo "Attention $row ne contient pas 11 colonnes";
+            {   
+                $str_row=implode($row);
+                echo "Attention ".h($str_row)." ne contient pas 11 colonnes";
                 continue;
             }
             $r = new impdol_Operation_tmp_Sql();



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]