You are here

function mediafront_content_is_empty in MediaFront 6

Same name and namespace in other branches
  1. 6.2 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;
}