function uc_csv_perm in Ubercart CSV 6.2
implementation of hook_perm();
File
- ./
uc_csv.module, line 78
Code
function uc_csv_perm() {
return array(
'administer ubercart csv export settings',
'export ubercart reports as csv files',
);
}