We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbbf8b commit 6eed7c6Copy full SHA for 6eed7c6
public/main/inc/lib/import.lib.php
@@ -41,7 +41,7 @@ public static function csv_reader($path, $setFirstRowAsHeader = true)
41
*
42
* @return array returns an array (in the system encoding) that contains all data from the CSV-file
43
*/
44
- public static function csvToArray($filename, $delimiter = ';'): array
+ public static function csvToArray($filename, $delimiter = ','): array
45
{
46
if (empty($filename)) {
47
return [];
0 commit comments