Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created December 12, 2012 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitaibu/4266434 to your computer and use it in GitHub Desktop.
Save amitaibu/4266434 to your computer and use it in GitHub Desktop.
$gids = og_get_entity_groups($entity_type, $id);
4 if (count($gids) == 1) {
5 $gids = reset($gids);
6 if (count($gids) > 1) {
7 continue;
8 }
9 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment