You are here

function lingotek_update_last_removed in Lingotek Translation 3.1.x

Same name and namespace in other branches
  1. 4.0.x lingotek.install \lingotek_update_last_removed()
  2. 3.0.x lingotek.install \lingotek_update_last_removed()
  3. 3.2.x lingotek.install \lingotek_update_last_removed()
  4. 3.3.x lingotek.install \lingotek_update_last_removed()
  5. 3.4.x lingotek.install \lingotek_update_last_removed()
  6. 3.5.x lingotek.install \lingotek_update_last_removed()
  7. 3.6.x lingotek.install \lingotek_update_last_removed()
  8. 3.7.x lingotek.install \lingotek_update_last_removed()
  9. 3.8.x lingotek.install \lingotek_update_last_removed()

Implements hook_update_last_removed().

File

./lingotek.install, line 109
Install, update and uninstall functions for the Lingotek module.

Code

function lingotek_update_last_removed() {
  return 8220;
}