function flickrgallery_perm in FlickrGallery 6.2
Implementation of hook_perm()
File
- ./
flickrgallery.module, line 20 - This module shows the sets and photo's from a Flickr account
Code
function flickrgallery_perm() {
return array(
'view photosets',
'administer flickr settings',
);
}