Author: danydb
Date: 2012-07-09 18:12:43 +0200 (Mon, 09 Jul 2012)
New Revision: 390

Modified:
   tag/rel650/importbank/include/template/show_transfer.php
Log:
Import BANK Problem VMSKEYTRADE : extra invisible char. make the insert  failed

Modified: tag/rel650/importbank/include/template/show_transfer.php
===================================================================
--- tag/rel650/importbank/include/template/show_transfer.php    2012-07-01 
15:23:31 UTC (rev 389)
+++ tag/rel650/importbank/include/template/show_transfer.php    2012-07-09 
16:12:43 UTC (rev 390)
@@ -50,7 +50,7 @@
                        $libelle=utf8_encode($array_row[$i]);
                        break;
                 case 3:
-                       $operation_nb=$array_row[$i];
+                       
$operation_nb=preg_replace('/[^[:print:]]/','',$array_row[$i]);
                        break;
                 case 4:
                        $third=utf8_encode($array_row[$i]);



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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to