X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMembershipStatus.php;h=1ce2ad52d41c82331050bcdad31bdbe880b93a2a;hb=048555566c0b1535f8e8cc802b0991399503319c;hp=82490d371ca3feee328709b75f9b5a1961a193b1;hpb=2ea9e524c71b7d83bc9eba7f1d630997f45ebcc0;p=civicrm-core.git diff --git a/api/v3/MembershipStatus.php b/api/v3/MembershipStatus.php index 82490d371c..1ce2ad52d4 100644 --- a/api/v3/MembershipStatus.php +++ b/api/v3/MembershipStatus.php @@ -2,7 +2,7 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ @@ -132,11 +132,9 @@ function civicrm_api3_membership_status_delete($params) { * This API is used for deriving Membership Status of a given Membership * record using the rules encoded in the membership_status table. * - * @param $membershipParams + * @param array $membershipParams * * @throws API_Exception - * @internal param Int $membershipID Id of a membership - * @internal param String $statusDate * * @return Array Array of status id and status name * @public