You are here

function inactive_user_perm in Inactive User 6

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

Implementation of hook_perm().

File

./inactive_user.module, line 15
The inactive user module controls inactive users.

Code

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