Removed whitespace from lines 1303 and 1305
authorBorislav Zlatanov <borislav_zlatanov@yahoo.co.uk>
Tue, 18 Aug 2015 21:12:12 +0000 (00:12 +0300)
committerBorislav Zlatanov <borislav_zlatanov@yahoo.co.uk>
Tue, 18 Aug 2015 21:12:12 +0000 (00:12 +0300)
CRM/Core/BAO/CustomGroup.php

index 4e1fc6a74e240613af61ff4133444d59f196e291..3d224fb3fcf5545dd281fa1d82b8818ca6084da1 100644 (file)
@@ -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':