From 5a6afd32445aff31fee0cb1b0b887fb8fa421755 Mon Sep 17 00:00:00 2001 From: danbrellis Date: Sat, 10 Sep 2016 21:17:46 -0400 Subject: [PATCH] Correct Formatting Removed white space in linebreak --- CRM/Export/BAO/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Export/BAO/Export.php b/CRM/Export/BAO/Export.php index a69674b353..42aa7a96f3 100644 --- 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])) { -- 2.25.1