function masquerade_context_enable in Masquerade Extras 6.2
Same name and namespace in other branches
- 7.2 masquerade_context/masquerade_context.install \masquerade_context_enable()
- 7 masquerade_context/masquerade_context.install \masquerade_context_enable()
Implements hook_enable().
See also
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?
}