function lingotek_disable in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lingotek.install \lingotek_disable()
- 7.2 lingotek.install \lingotek_disable()
- 7.3 lingotek.install \lingotek_disable()
- 7.5 lingotek.install \lingotek_disable()
- 7.6 lingotek.install \lingotek_disable()
Implements hook_disable().
File
- ./
lingotek.install, line 78 - Installation for Lingotek Community Translation Module.
Code
function lingotek_disable() {
variable_del('lingotek_setup_complete');
// require setup again (after disabling the module)
}