You are here

function crm_core_contact_update_7005 in CRM Core 7

UUID integration.

File

modules/crm_core_contact/crm_core_contact.install, line 335
Install, update and uninstall functions for the CRM Core Contact module.

Code

function crm_core_contact_update_7005() {
  if (module_exists('uuid')) {
    _crm_core_contact_check_uuid();
    uuid_sync_all();
  }
}