function simple_access_update_last_removed in Simple Access 7.2
Same name and namespace in other branches
- 8.3 simple_access.install \simple_access_update_last_removed()
Implements hook_update_last_removed().
File
- ./
simple_access.install, line 180 - Installation for Simple Access
Code
function simple_access_update_last_removed() {
return 6201;
}