You are here

function node_gallery_api_field_attach_update in Node Gallery 7

Implements hook_field_attach_update().

File

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

Code

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