You are here

function simple_access_update_last_removed in Simple Access 8.3

Same name and namespace in other branches
  1. 7.2 simple_access.install \simple_access_update_last_removed()

Implements hook_update_last_removed().

File

./simple_access.install, line 86
Installation for Simple Access.

Code

function simple_access_update_last_removed() {
  return 7202;
}