CRM-17193 - CiviReport - Remove unnecessary spaces from empty CSV cells when exportin...
authorJon goldberg <jon@palantetech.coop>
Wed, 9 Sep 2015 21:07:20 +0000 (17:07 -0400)
committerJon goldberg <jon@palantetech.coop>
Wed, 9 Sep 2015 21:07:20 +0000 (17:07 -0400)
CRM/Report/Utils/Report.php

index a1712980a97663a24a8e8c80eed9ce52f8ccf5e0..4999acc9114c299e5960c48d4eacecbbb27056be 100644 (file)
@@ -286,7 +286,7 @@ WHERE  inst.report_id = %1";
           $displayRows[$v] = '"' . $value . '"';
         }
         else {
-          $displayRows[$v] = " ";
+          $displayRows[$v] = "";
         }
       }
       // Add the data row.