--- a/documents/exportAll.csv.php +++ b/documents/exportAll.csv.php @@ -39,7 +39,7 @@ if (is_array($agencyArray[$fieldName])) { $row[] = implode(";", $agencyArray[$fieldName]); } else { - $row[] = str_replace(Array("\n", '"', "\t"),"",$agencyArray[$fieldName]); + $row[] = str_replace(Array("\n", '"', "\t"), "", $agencyArray[$fieldName]); } } else { $row[] = "";