You are here

function crm_core_activity_uuid_sync in CRM Core 7

Implements hook_uuid_sync().

File

modules/crm_core_activity/crm_core_activity.module, line 819
Provides an entity for recording a contact's activities.

Code

function crm_core_activity_uuid_sync() {
  _crm_core_activity_check_uuid();
}