From: Borislav Zlatanov Date: Tue, 18 Aug 2015 21:12:12 +0000 (+0300) Subject: Removed whitespace from lines 1303 and 1305 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=58593e74a4a6c20650cdd7ace80b661342345f35;p=civicrm-core.git Removed whitespace from lines 1303 and 1305 --- diff --git a/CRM/Core/BAO/CustomGroup.php b/CRM/Core/BAO/CustomGroup.php index 4e1fc6a74e..3d224fb3fc 100644 --- a/CRM/Core/BAO/CustomGroup.php +++ b/CRM/Core/BAO/CustomGroup.php @@ -1300,9 +1300,9 @@ ORDER BY civicrm_custom_group.weight, if (empty($field['element_name'])) { continue; } - + $elementName = $field['element_name']; - + switch ($field['html_type']) { case 'Multi-Select': case 'AdvMulti-Select':