You are here

function node_gallery_api_field_attach_insert in Node Gallery 7

Implements hook_field_attach_insert().

File

./node_gallery_api.module, line 890
Node Gallery module.

Code

function node_gallery_api_field_attach_insert($entity_type, $entity) {
  _node_gallery_api_update_entity_fields($entity_type, $entity);
}