You are here

function domain_prefix_disable in Domain Access 6.2

Implement hook_disable().

File

domain_prefix/domain_prefix.module, line 141
Interface for selective table prefixing for use with Domain Access.

Code

function domain_prefix_disable() {
  domain_bootstrap_unregister('domain_prefix');
}