Skip to content

Instantly share code, notes, and snippets.

@DuaelFr
Created July 4, 2013 12:26
Show Gist options
  • Save DuaelFr/5927244 to your computer and use it in GitHub Desktop.
Save DuaelFr/5927244 to your computer and use it in GitHub Desktop.
/**
* View a tracking item.
*/
function ise_tracking_item_view($tracking_item) {
$semaphore = &drupal_static(__FUNCTION__, FALSE);
if (empty($semaphore)) {
$semaphore = TRUE;
return entity_view('tracking_item', array($tracking_item));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment