function og_field_update in Organic groups 7
Implements hook_field_update().
DEPRECATE WHEN FIELD SCHEMA CAN BE CHANGED.
File
- ./
og.field.inc, line 393 - Field module functionality for the Organic groups module.
Code
function og_field_update($entity_type, $entity, $field, $instance, $langcode, &$items) {
og_field_write('update', $entity_type, $entity, $field, $instance, $langcode, $items);
}