You are here

function fb_perm in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 6.3 fb.module \fb_perm()

Implementation of hook_perm().

File

./fb.module, line 688

Code

function fb_perm() {
  return array(
    FB_PERM_ADMINISTER,
  );
}