You are here

function download_field_is_empty in Download 7.2

Same name and namespace in other branches
  1. 7 download.module \download_field_is_empty()

Implements hook_field_is_empty().

File

./download.module, line 53
Handles module administration and download link

Code

function download_field_is_empty($item, $field) {
  return empty($item['download_fields']);
}