function mediafront_content_is_empty in MediaFront 6.2
Same name and namespace in other branches
- 6 mediafront_field.inc \mediafront_content_is_empty()
Implementation of hook_content_is_empty().
File
- ./
mediafront_field.inc, line 93 - Provides CCK integration for the mediafront module
Code
function mediafront_content_is_empty($item, $field) {
return FALSE;
}