in php/include/export.inc.php
[htmlspecialchars] function are used in Writing Export Values
but in php/include/import.inc.php
[htmlspecialchars_decode] function are not used in Reading Import Values
[html_entity_decode] function are used.
it seems mismatch...
[htmlspecialchars] function are used in Writing Export Values
but in php/include/import.inc.php
[htmlspecialchars_decode] function are not used in Reading Import Values
[html_entity_decode] function are used.
it seems mismatch...