You are here

function uc_roles_permission in Ubercart 7.3

Implements hook_permission().

File

uc_roles/uc_roles.module, line 103
Grants roles upon accepted payment of products.

Code

function uc_roles_permission() {
  return array(
    'view all role expirations' => array(
      'title' => t('View all role expirations'),
    ),
  );
}