You are here

function userprotect_update_last_removed in User protect 7

Implements hook_update_last_removed().

File

./userprotect.install, line 12
Install, update and uninstall functions for the userprotect module.

Code

function userprotect_update_last_removed() {
  return 6001;
}