You are here

function inactive_user_perm in Inactive User 5

Same name and namespace in other branches
  1. 6 inactive_user.module \inactive_user_perm()

Implementation of hook_perm

File

./inactive_user.module, line 6

Code

function inactive_user_perm() {
  return array(
    'change inactive user settings',
  );
}