Index: sites/all/modules/filefield/filefield_widget.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/filefield/filefield_widget.inc,v retrieving revision 1.82 diff -u -r1.82 filefield_widget.inc --- sites/all/modules/filefield/filefield_widget.inc 13 Apr 2009 05:30:24 -0000 1.82 +++ sites/all/modules/filefield/filefield_widget.inc 16 Apr 2009 03:03:47 -0000 @@ -344,6 +344,7 @@ '#type' => 'textfield', '#title' => t('Description'), '#value' => isset($item['data']['description']) ? $item['data']['description'] : '', + '#type' => variable_get('filefield_description_type', 'textfield'), '#maxlength' => variable_get('filefield_description_length', 128), ); }