function image_attach_perm in Image 6
Implementation of hook_perm()
File
- contrib/
image_attach/ image_attach.module, line 33 - image_attach.module
Code
function image_attach_perm() {
return array(
'attach images',
);
}
Implementation of hook_perm()
function image_attach_perm() {
return array(
'attach images',
);
}