You are here

function domain_update_8001 in Domain Access 8

Implements hook_update_N().

Installs the domain admin field on users.

File

domain/domain.install, line 38
Install, update and uninstall functions for the Domain Access module.

Code

function domain_update_8001() {
  _domain_configure_field();
}