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