Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 3, 2024
1 parent 55881d3 commit 749eb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/lib/Roundcube/rcube_csv2vcard.php
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ protected function parse_line($line)
return [];
}

$fields = str_getcsv($line, ',', '"', "\\");
$fields = str_getcsv($line, ',', '"', '\\');

return $fields;
}
Expand Down

0 comments on commit 749eb38

Please sign in to comment.