function ife_perm in Inline Form Errors 6.2
Same name and namespace in other branches
- 6 ife.module \ife_perm()
Implementation of hook_perm().
File
- ./
ife.module, line 41 - Drupal hooks
Code
function ife_perm() {
return array(
'administer inline form errors',
);
}