Skip to content

Commit

Permalink
Merge pull request #1 from joemcl/joemcl-patch-1
Browse files Browse the repository at this point in the history
Fixed spelling of 'Memebership' in 219 and 394
  • Loading branch information
joemcl committed Jul 21, 2015
2 parents e6c58f8 + 336d94f commit 9920ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Member/BAO/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public static function whereClauseSingle(&$values, &$query) {
}
else {
$name = 'membership_type_id';
$qillName = 'Memebership Type(s)';
$qillName = 'Membership Type(s)';
}
$query->_where[$grouping][] = CRM_Contact_BAO_Query::buildClause("civicrm_membership.$name",
$op,
Expand Down Expand Up @@ -391,7 +391,7 @@ public static function defaultReturnProperties(
*/
public static function buildSearchForm(&$form) {
$membershipStatus = CRM_Member_PseudoConstant::membershipStatus();
$form->add('select', 'membership_status_id', ts('Memebership Status(s)'), $membershipStatus, FALSE,
$form->add('select', 'membership_status_id', ts('Membership Status(s)'), $membershipStatus, FALSE,
array('id' => 'membership_status_id', 'multiple' => 'multiple', 'class' => 'crm-select2')
);

Expand Down

0 comments on commit 9920ea1

Please sign in to comment.