function gm3_field_field_update in Google Maps API V3 7
Implementation of hook_field_update()
File
- gm3_field/
gm3_field.module, line 320
Code
function gm3_field_field_update($entity_type, $entity, $field, $instance, $langcode, &$items) {
gm3_field_field_insert($entity_type, $entity, $field, $instance, $langcode, $items);
}