function phpexcel_perm in PHPExcel 6.2
Implements hook_perm()
File
- ./
phpexcel.module, line 33 - The module file.
Code
function phpexcel_perm() {
return array(
'administer phpexcel',
);
}
Implements hook_perm()
function phpexcel_perm() {
return array(
'administer phpexcel',
);
}