Merge branch 'master' of ssh://maxious.lambdacomplex.org/git/disclosr
[disclosr.git] / documents / exportAll.csv.php
blob:a/documents/exportAll.csv.php -> blob:b/documents/exportAll.csv.php
--- 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[] = "";