function fb_user_perm in Drupal for Facebook 6.2
Same name and namespace in other branches
- 5.2 fb_user.module \fb_user_perm()
- 6.3 fb_user.module \fb_user_perm()
Implementation of hook_perm().
File
- ./
fb_user.module, line 30 - 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',
);
}