You are here

function uc_file_perm in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_file/uc_file.module \uc_file_perm()

Implements hook_perm().

File

uc_file/uc_file.module, line 105

Code

function uc_file_perm() {
  return array(
    'download file',
    'view all downloads',
  );
}