Style fix
authorJKingsnorth <john@johnkingsnorth.co.uk>
Thu, 18 Aug 2016 14:54:03 +0000 (15:54 +0100)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Thu, 18 Aug 2016 14:54:03 +0000 (15:54 +0100)
CRM/Dedupe/Merger.php

index 625756223c32eebd954d4882830ac110b8394501..ac2baa7f42376da1866e0b248821cf422e69478d 100644 (file)
@@ -2118,7 +2118,7 @@ INNER JOIN  civicrm_membership membership2 ON membership1.membership_type_id = m
           // and remove it from the current primary location (if there is one).
           // But only once for each entity.
           $set_primary = CRM_Utils_Array::value('set_other_primary', $migrationInfo['location_blocks'][$name][$blkCount]);
-          if (!$changePrimary && $set_primary == "1"){
+          if (!$changePrimary && $set_primary == "1") {
             $otherBlockDAO->is_primary = 1;
             if ($primaryDAOId) {
               $removePrimaryDAO = new $daoName();