phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r516 - tag/rel660/importbank/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r516 - tag/rel660/importbank/include/template
Date: Mon, 10 Jun 2013 19:59:40 +0200 (CEST)

Author: danydb
Date: 2013-06-10 19:59:39 +0200 (Mon, 10 Jun 2013)
New Revision: 516

Modified:
   tag/rel660/importbank/include/template/show_transfer.php
Log:
bug #0000853: ImportBank / champ "info suppl?\195?\169mentaire"

Modified: tag/rel660/importbank/include/template/show_transfer.php
===================================================================
--- tag/rel660/importbank/include/template/show_transfer.php    2013-06-09 
17:39:21 UTC (rev 515)
+++ tag/rel660/importbank/include/template/show_transfer.php    2013-06-10 
17:59:39 UTC (rev 516)
@@ -56,7 +56,7 @@
                        $third=utf8_encode($array_row[$i]);
                        break;
                 case 5:
-                       $extra=utf8_encode($array_row[$i]);
+                       $extra=utf8_encode(preg_replace('/[^[: 
print:]]/','',$array_row[$i]));
                        break;
 
                 }
@@ -222,4 +222,4 @@
 ?>
 </table>
 <?php echo $table?>
-</form>
\ No newline at end of file
+</form>



---
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]