function fieldset_helper_perm in Fieldset helper 6.2
Same name and namespace in other branches
- 6 fieldset_helper.module \fieldset_helper_perm()
Implementation of hook_perm().
File
- ./
fieldset_helper.module, line 59
Code
function fieldset_helper_perm() {
return array(
'save fieldset state',
);
}