You are here

function uc_catalog_perm in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_catalog/uc_catalog.module \uc_catalog_perm()

Implements hook_perm().

File

uc_catalog/uc_catalog.module, line 132
Ubercart Catalog module.

Code

function uc_catalog_perm() {
  return array(
    'view catalog',
    'administer catalog',
  );
}