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:
8efea81
)
comment fixes
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Sat, 3 May 2014 21:22:30 +0000
(14:22 -0700)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Sat, 3 May 2014 21:22:30 +0000
(14:22 -0700)
CRM/Member/BAO/Membership.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Member/BAO/Membership.php
b/CRM/Member/BAO/Membership.php
index 39f92236d8dc3dc418665a0aaaa7ff6b7c0a8638..98accda3d65df9c5c68a3fa153e7403bd10df5da 100644
(file)
--- a/
CRM/Member/BAO/Membership.php
+++ b/
CRM/Member/BAO/Membership.php
@@
-418,7
+418,9
@@
class CRM_Member_BAO_Membership extends CRM_Member_DAO_Membership {
* Function to check the membership extended through relationship
*
* @param int $membershipId membership id
- * @param int $contactId contact id
+ * @param int $contactId contact id
+ *
+ * @param const $action
*
* @return Array array of contact_id of all related contacts.
* @static