You are here

function linkedin_user in LinkedIn Integration 6

File

./linkedin.module, line 129

Code

function linkedin_user($op, &$edit, &$account, $category = NULL) {
  if ($op == 'delete') {
    db_query("DELETE FROM {linkedin_token} WHERE uid = %d", $account->uid);
  }
}