Skip to content
Snippets Groups Projects
Commit 7341294a authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #1125 from monishdeb/CRM-12928

CRM-12928 fixes
parents 38fe30e2 6cd12dca
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ class CRM_Dedupe_Merger { ...@@ -193,7 +193,7 @@ class CRM_Dedupe_Merger {
// foreign keys referencing civicrm_contact(id) // foreign keys referencing civicrm_contact(id)
$cidRefs = array( $cidRefs = array(
'civicrm_acl_cache' => array('contact_id'), 'civicrm_acl_cache' => array('contact_id'),
'civicrm_activity' => array('source_contact_id'), 'civicrm_activity' => array('source_record_id'),
'civicrm_activity_contact' => array('contact_id'), 'civicrm_activity_contact' => array('contact_id'),
'civicrm_case_contact' => array('contact_id'), 'civicrm_case_contact' => array('contact_id'),
'civicrm_contact' => array('primary_contact_id'), 'civicrm_contact' => array('primary_contact_id'),
......
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