function role_expire_perm in Role Expire 6
Implementation of hook_perm().
File
- ./
role_expire.module, line 179 - Role Expire module
Code
function role_expire_perm() {
return array(
'administer role expire',
);
}
Implementation of hook_perm().
function role_expire_perm() {
return array(
'administer role expire',
);
}