function vppr_perm in Vocabulary Permissions Per Role 6
Implementation of hook_perm().
File
- ./
vppr.module, line 91 - Vocabulary Permissions Per Role
Code
function vppr_perm() {
return array(
'administer VPPR',
);
}
Implementation of hook_perm().
function vppr_perm() {
return array(
'administer VPPR',
);
}