function image_gallery_perm in Image 6
Same name and namespace in other branches
- 5.2 contrib/image_gallery/image_gallery.module \image_gallery_perm()
- 5 contrib/image_gallery/image_gallery.module \image_gallery_perm()
- 7 contrib/image_gallery/image_gallery.module \image_gallery_perm()
Implementation of hook_perm().
File
- contrib/
image_gallery/ image_gallery.module, line 33
Code
function image_gallery_perm() {
return array(
'administer image galleries',
);
}