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