You are here

function logintoboggan_update_last_removed in LoginToboggan 7

Implement hook_update_last_removed().

File

./logintoboggan.install, line 11
Install, update and uninstall functions for the logintoboggan module.

Code

function logintoboggan_update_last_removed() {
  return 6001;
}