You are here

function og_field_attach_insert in Organic groups 7.2

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

Implements hook_field_attach_insert().

File

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

Code

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