From: danbrellis Date: Sun, 11 Sep 2016 01:17:46 +0000 (-0400) Subject: Correct Formatting X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5a6afd32445aff31fee0cb1b0b887fb8fa421755;p=civicrm-core.git Correct Formatting Removed white space in linebreak --- 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])) {