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