You are here

function uuid_enable in Universally Unique IDentifier 6

Implementation of hook_enable().

File

./uuid.install, line 11
Install, update and uninstall functions for the uuid module.

Code

function uuid_enable() {
  module_load_include('inc', 'uuid', 'uuid.admin');
  uuid_sync();
}