function uc_roles_perm in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_roles/uc_roles.module \uc_roles_perm()
Implementation of hook_perm().
File
- uc_roles/
uc_roles.module, line 106 - Grants roles upon accepted payment of products
Code
function uc_roles_perm() {
return array(
'view all role expirations',
);
}