Skip to content

Commit

Permalink
CIVIMUTIL-13 Fix signature of Findduplicatemberships API call
Browse files Browse the repository at this point in the history
  • Loading branch information
agileware-fj authored and agileware-dev committed Oct 21, 2024
1 parent 9d6ff96 commit 1af7910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v3/Membershiputils/Findduplicatememberships.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @see civicrm_api3_create_success
*/
function civicrm_api3_membershiputils_Findduplicatememberships(): array {
function civicrm_api3_membershiputils_Findduplicatememberships($params): array {
/* Example query to locate duplicate memberships
SELECT `duplicate`.*, `current`.`id` `current_id`, `current`.`status_id` `current_status_id`, `current`.`join_date` `current_join_date`, `current`.`start_date` `current_start_date`, `current`.`end_date` `current_end_date`
FROM civicrm_membership `duplicate` INNER JOIN civicrm_membership `current`
Expand Down

0 comments on commit 1af7910

Please sign in to comment.