Private GIT

Skip to content
Snippets Groups Projects
Commit bad160bc authored by Gary Allan's avatar Gary Allan
Browse files

Merge branch 'github138-import' into devel

parents 4ac548b4 873168b2
No related branches found
No related tags found
No related merge requests found
......@@ -3224,6 +3224,10 @@ class Tools extends Common_functions {
# present ?
if (sizeof($outFile)>0) {
foreach($outFile as $k=>$line) {
//convert encoding if necessary
$line = mb_convert_encoding($line, 'UTF-8', mb_detect_encoding($line, 'UTF-8, ISO-8859-1', true));
//put it to array
$field = str_getcsv ($line, $this->csv_delimiter);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment