function fb_user_perm in Drupal for Facebook 6.3
Same name and namespace in other branches
- 5.2 fb_user.module \fb_user_perm()
- 6.2 fb_user.module \fb_user_perm()
Implements hook_perm().
File
- ./
fb_user.module, line 57 - This module manages relations between local Drupal user accounts and their accounts on facebook.com.
Code
function fb_user_perm() {
return array(
'delete own fb_user authmap',
);
}