Minor style fixes
authorJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 20 Nov 2015 16:23:16 +0000 (16:23 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 20 Nov 2015 16:23:16 +0000 (16:23 +0000)
CRM/Dedupe/Merger.php

index 085ef2942e15a9419f75b036e1481c5e0332fc0e..e97d68d4e09c14d13a4527451329263de29794e8 100644 (file)
@@ -1108,7 +1108,6 @@ INNER JOIN  civicrm_membership membership2 ON membership1.membership_type_id = m
       'other' => $otherId,
     );
 
-
     foreach ($locationBlocks as $blockName => $blockInfo) {
 
       // Collect existing fields from both 'main' and 'other' contacts first
@@ -1272,16 +1271,15 @@ INNER JOIN  civicrm_membership membership2 ON membership1.membership_type_id = m
               2 => $count,
               3 => $thisLocId ? $listOptions['location_type_id'][$thisLocId] : '';
               4 => $thisTypeId ? $listOptions[$blockInfo['hasType']][$thisTypeId] : '';
-            )
-          );
+            ));
 
-        // End loop through 'other' locations of this type
+          // End loop through 'other' locations of this type
         }
 
-      // End if 'other' location for this type exists
+        // End if 'other' location for this type exists
       }
 
-    // End loop through each location block entity
+      // End loop through each location block entity
     }
 
     // @todo NEW REFACOTRING DONE UP TO HERE