function postal_code_field_is_empty in Postal Code 7
Implements hook_field_is_empty().
File
- ./
postal_code.module, line 136
Code
function postal_code_field_is_empty($item, $field) {
return empty($item['postal']);
}
Implements hook_field_is_empty().
function postal_code_field_is_empty($item, $field) {
return empty($item['postal']);
}