You are here

function masquerade_context_enable in Masquerade Extras 6.2

Same name and namespace in other branches
  1. 7.2 masquerade_context/masquerade_context.install \masquerade_context_enable()
  2. 7 masquerade_context/masquerade_context.install \masquerade_context_enable()

Implements hook_enable().

See also

hook_enable()

File

masquerade_context/masquerade_context.install, line 12
Installation tasks for masquerade_context.

Code

function masquerade_context_enable() {

  // @todo: Do we need to clear any caches in 6.x?
}