You are here

function fivestar_field_delete in Fivestar 7.2

Implements hook_field_delete().

File

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

Code

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