projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beccc0d
)
CRM-17193 - CiviReport - Remove unnecessary spaces from empty CSV cells when exportin...
author
Jon goldberg
<jon@palantetech.coop>
Wed, 9 Sep 2015 21:07:20 +0000
(17:07 -0400)
committer
Jon goldberg
<jon@palantetech.coop>
Wed, 9 Sep 2015 21:07:20 +0000
(17:07 -0400)
CRM/Report/Utils/Report.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Utils/Report.php
b/CRM/Report/Utils/Report.php
index a1712980a97663a24a8e8c80eed9ce52f8ccf5e0..4999acc9114c299e5960c48d4eacecbbb27056be 100644
(file)
--- a/
CRM/Report/Utils/Report.php
+++ b/
CRM/Report/Utils/Report.php
@@
-286,7
+286,7
@@
WHERE inst.report_id = %1";
$displayRows[$v] = '"' . $value . '"';
}
else {
- $displayRows[$v] = "
";
+ $displayRows[$v] = "";
}
}
// Add the data row.