(Retrofit from trunk)

N.1065 Fix performance issues.
Cache display CSV format fix. [from revision 4996]

SVN:2.4[5013]
This commit is contained in:
Eric Espié
2017-10-12 13:10:50 +00:00
parent 7da4423346
commit 389848cef4

View File

@@ -92,7 +92,7 @@ foreach($aEntries as $sKey)
$sVal = $oValue;
}
}
echo '"'.$sVal.'"'.';';
echo $sVal.';';
}
echo "\n";
}