You are here

function fivestar_field_insert in Fivestar 7.2

Implements hook_field_insert().

File

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

Code

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