Skip to content

Commit

Permalink
Refs #40628, remove unused parameters in GroupContact getGroupContacs…
Browse files Browse the repository at this point in the history
… function.
  • Loading branch information
Chang Shu-Huai committed Sep 18, 2024
1 parent 3433c70 commit 48f68db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contact/BAO/GroupContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ static function getGroupContacts(&$group,
civicrm_email.email as email";
}
else {
$query = "SELECT DISTINCT(contact_a.id) as contact_id , $grpStatus as status,";
$query = "SELECT DISTINCT(contact_a.id) as contact_id,";
$query .= CRM_Utils_Array::implode(',', $returnProperties);
}

Expand Down

0 comments on commit 48f68db

Please sign in to comment.