You are here

function fb_user_perm in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 5.2 fb_user.module \fb_user_perm()
  2. 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',
  );
}