You are here

function fivestar_field_update in Fivestar 7.2

Implements hook_field_update().

File

includes/fivestar.field.inc, line 123
Provides CCK integration for fivestar module.

Code

function fivestar_field_update($entity_type, $entity, $field, $instance, $langcode, &$items) {
  _fivestar_field_helper($entity_type, $entity, $field, $instance, $langcode, $items);
}