function og_check_token in Organic groups 6
Same name and namespace in other branches
- 6.2 og.module \og_check_token()
 - 7 og.module \og_check_token()
 
Check to see if a token value matches the specified node.
2 calls to og_check_token()
- og_approve in ./
og.module  - og_deny in ./
og.module  
File
- ./
og.module, line 2705  
Code
function og_check_token($token, $seed) {
  return drupal_get_token($seed) == $token;
}