function inactive_user_perm in Inactive User 6
Same name and namespace in other branches
- 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',
);
}