You are here

function og_field_attach_update in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og.module \og_field_attach_update()

Implements hook_field_attach_update().

File

./og.field.inc, line 368
Field module functionality for the Organic groups module.

Code

function og_field_attach_update($entity_type, $entity) {
  og_field_crud_group('update', $entity_type, $entity);
}