aDriv4 - MANAGER
Edit File: image.inc
<?php // $Id$ /** * @file * field_extract support for image field */ function field_extract_image_info() { return array( 'options' => array( 'entity_type' => 'file', ), ); }