Skip to content
Snippets Groups Projects
Commit f606ec07 authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #121 from JKingsnorth/patch-1

Update hook_civicrm_dupeQuery.md
parents 47e8775d 53fefc64
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ duplicate search process.
if( $obj->noRules || $type != 'table')
return;
if ( $obj->name=='My Dedupe Rule Group Name' ) {
if ( $obj->title === 'My Dedupe Rule Group Name' ) {
//first unset existing queries
$query = array();
......@@ -89,4 +89,4 @@ duplicate search process.
AND a1.street_address IS NOT NULL";
}
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment