Fix CSV import errors latest master
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Feb 2021 21:42:31 +0000 (16:42 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 1 Mar 2021 01:21:11 +0000 (20:21 -0500)
commit2f39180e450118c0bb6213a3cc2f37cf44a93d53
tree67ac0aecbc9ef05e01c4562aa713833694544044
parent4acf917fa54f1fbf9be4b0bec3dcf4405a9bc975
Fix CSV import errors

Replace call in parseCSV library with built-in PHP
function str_getcsv().
include/import.csv.php
lib/SOURCES.txt
lib/parsecsv.lib.php [deleted file]