function uc_taxes_perm in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_taxes/uc_taxes.module \uc_taxes_perm()
Implementation of hook_perm().
File
- uc_taxes/
uc_taxes.module, line 28
Code
function uc_taxes_perm() {
return array(
'configure taxes',
);
}