function fb_perm in Drupal for Facebook 6.3
Same name and namespace in other branches
- 6.2 fb.module \fb_perm()
Implementation of hook_perm().
File
- ./
fb.module, line 1317 - This is the core required module of Drupal for Facebook.
Code
function fb_perm() {
return array(
FB_PERM_ADMINISTER,
);
}