Fixed: splitCSV and joinCSV had issues with complex CSV data. They now use

Text::CSV_XS internally.
This commit is contained in:
Chris Nehren 2008-07-31 22:02:09 +00:00
parent b0669c1a36
commit 63fe276dac
3 changed files with 23 additions and 44 deletions

View file

@ -13,6 +13,7 @@
- fixed: product title problem
- fixed: adding payment brings me to /
- fixed: Gallery uses too much disk space. Added a way to change an images pixel density.
- fixed: splitCSV and joinCSV had issues with complex CSV data
7.5.18
- fixed: Collateral Image Manager broken in Firefox 3