You are here

function uc_roles_perm in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_roles/uc_roles.module \uc_roles_perm()

Implements hook_perm().

File

uc_roles/uc_roles.module, line 124

Code

function uc_roles_perm() {
  return array(
    'view all role expirations',
  );
}