You are here

function imagefield_crop_field_presave in Imagefield Crop 7.2

Same name and namespace in other branches
  1. 7.3 imagefield_crop.module \imagefield_crop_field_presave()

Implements hook_field_presave().

File

./imagefield_crop.module, line 211
Functionality and Drupal hook implementations for the Imagefield Crop module.

Code

function imagefield_crop_field_presave($entity_type, $entity, $field, $instance, $langcode, &$items) {
  file_field_presave($entity_type, $entity, $field, $instance, $langcode, $items);
}