You are here

function makemeeting_field_is_empty in Make Meeting Scheduler 7.2

Implements hook_field_is_empty().

File

./makemeeting.field.inc, line 388
This file is mostly about the field configuration.

Code

function makemeeting_field_is_empty($item) {
  return empty($item['choices']);
}