You are here

function flickr_perm in Flickr 6

Same name and namespace in other branches
  1. 5 flickr.module \flickr_perm()

Implements hook_perm().

File

./flickr.module, line 29

Code

function flickr_perm() {
  return array(
    'view own flickr photos',
    'view all flickr photos',
    'administer flickr',
  );
}