function uc_importer_perm in Ubercart 5
Implementation of hook_perm().
File
- uc_importer/
uc_importer.module, line 36 - XML product importer and exporter.
Code
function uc_importer_perm() {
return array(
'import',
'export',
);
}
Implementation of hook_perm().
function uc_importer_perm() {
return array(
'import',
'export',
);
}