function soundcloudfield_content_is_empty in SoundCloud field 6
Implementation of hook_content_is_empty().
File
- ./
soundcloudfield.module, line 115 - SoundCloud CCK field.
Code
function soundcloudfield_content_is_empty($item, $field) {
return empty($item['embed']);
}