projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e48e7
)
Typo fix
author
atif-shaikh
<shaikh388@gmail.com>
Thu, 23 Apr 2015 08:12:11 +0000
(13:42 +0530)
committer
atif-shaikh
<shaikh388@gmail.com>
Thu, 23 Apr 2015 08:12:11 +0000
(13:42 +0530)
CRM/Contact/BAO/Relationship.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Relationship.php
b/CRM/Contact/BAO/Relationship.php
index 31e4e2108e8aaa1bfe8eef96a0b1130521e04758..0af40bed022e107f4f4909329e0d316a43a2c70e 100644
(file)
--- a/
CRM/Contact/BAO/Relationship.php
+++ b/
CRM/Contact/BAO/Relationship.php
@@
-1464,7
+1464,7
@@
LEFT JOIN civicrm_country ON (civicrm_address.country_id = civicrm_country.id)
//get ownerMembershipIds for related Membership
//this is to handle memberships being deleted and recreated
if (!empty($memberships['owner_membership_ids'])) {
- $ownerMemIds[$cid]= $memberships['owner_membership_ids'];
+ $ownerMemIds[$cid]
= $memberships['owner_membership_ids'];
unset($memberships['owner_membership_ids']);
}