You are here

function og_field_attach_update in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og.field.inc \og_field_attach_update()

Implements hook_field_attach_update().

File

./og.module, line 921
Enable users to create and manage groups with roles and permissions.

Code

function og_field_attach_update($entity_type, $entity) {
  _og_update_entity_fields($entity_type, $entity);
}