You are here

function imagefield_crop_field_is_empty in Imagefield Crop 7.3

Same name and namespace in other branches
  1. 7.2 imagefield_crop.module \imagefield_crop_field_is_empty()

Implements hook_field_is_empty().

File

./imagefield_crop.module, line 271

Code

function imagefield_crop_field_is_empty($item, $field) {
  return file_field_is_empty($item, $field);
}