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:
7f5cc73
)
Correct Formatting
author
danbrellis
<danbrellis@gmail.com>
Sun, 11 Sep 2016 01:17:46 +0000
(21:17 -0400)
committer
GitHub
<noreply@github.com>
Sun, 11 Sep 2016 01:17:46 +0000
(21:17 -0400)
Removed white space in linebreak
CRM/Export/BAO/Export.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Export/BAO/Export.php
b/CRM/Export/BAO/Export.php
index a69674b353dcdbecf3b6422faac8ac277e9f039b..42aa7a96f35ae9d0e670273636c83a08961f410d 100644
(file)
--- a/
CRM/Export/BAO/Export.php
+++ b/
CRM/Export/BAO/Export.php
@@
-713,7
+713,7
@@
INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c
if (strpos('contact_a.id', $order) === FALSE) {
$order .= ", contact_a.id";
}
-
+
list($field, $dir) = explode(' ', $order, 2);
$field = trim($field);
if (!empty($returnProperties[$field])) {