reverting changes done in 26dcc9eb552feb0e1a7bf47a16a5afb8af8df748 related to CRM...
authorKurund Jalmi <kurund@civicrm.org>
Thu, 18 Jul 2013 11:04:57 +0000 (16:34 +0530)
committerKurund Jalmi <kurund@civicrm.org>
Thu, 18 Jul 2013 11:04:57 +0000 (16:34 +0530)
CRM/Contact/BAO/Relationship.php

index c020ea953016c43af47fa03c98f79b17f6d0919c..93ef64b11e806dc8600807323e8390598c4c488b 100644 (file)
@@ -167,7 +167,6 @@ class CRM_Contact_BAO_Relationship extends CRM_Contact_DAO_Relationship {
           ),
         );
       }
-      CRM_Contact_BAO_Relationship::relatedMemberships($relationship->contact_id_a, $params, $ids, $action);
 
       $title = CRM_Contact_BAO_Contact::displayName($relationship->contact_id_a) . ' (' . CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_RelationshipType',
         $relationship->relationship_type_id, 'label_a_b'