function uc_catalog_perm in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_catalog/uc_catalog.module \uc_catalog_perm()
Implementation of hook_perm().
File
- uc_catalog/
uc_catalog.module, line 133 - Übercart Catalog module.
Code
function uc_catalog_perm() {
return array(
'view catalog',
'administer catalog',
);
}