You are here

function crm_core_contact_uuid_sync in CRM Core 7

Implements hook_uuid_sync().

File

modules/crm_core_contact/crm_core_contact.module, line 1798
Provides default CRM Core Contact entities and the ability to create more.

Code

function crm_core_contact_uuid_sync() {
  _crm_core_contact_check_uuid();
}