You are here

function lingotek_disable in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lingotek.install \lingotek_disable()
  2. 7.2 lingotek.install \lingotek_disable()
  3. 7.3 lingotek.install \lingotek_disable()
  4. 7.4 lingotek.install \lingotek_disable()
  5. 7.5 lingotek.install \lingotek_disable()

Implements hook_disable().

File

./lingotek.install, line 83

Code

function lingotek_disable() {
  variable_del('lingotek_setup_complete');

  // require setup again (after disabling the module)
}