function lockr_enable in Lockr 7
Same name and namespace in other branches
- 7.3 lockr.install \lockr_enable()
- 7.2 lockr.install \lockr_enable()
Implements hook_enable().
File
- ./
lockr.install, line 12 - Install, uninstall, and update functions for lockr.
Code
function lockr_enable() {
if (module_exists('lockr_pantheon')) {
module_disable(array(
'lockr_pantheon',
));
}
}