You are here

function flickr_perm in Flickr 5

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

Implementation of hook_perm().

File

./flickr.module, line 21

Code

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