/
Warnings on CSV export/import on PHP5
Warnings on CSV export/import on PHP5
Imported from: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/765e94c936c904d4#
I've got some warnings during CSV file import/export, when used on PHP5. This happens, because deprecated "split" function is used there. It should be properly replaced with "preg_split" function.
depricated_code_and_some_warnigs_fixed.patch