diff options
author | Heshan Wanigasooriya <heshanmw@gmail.com> | 2011-02-20 03:15:57 +0000 |
---|---|---|
committer | Heshan Wanigasooriya <heshanmw@gmail.com> | 2011-02-20 03:15:57 +0000 |
commit | 76913b8b151e4b9e85f0fae20854ed8a9202c3fd (patch) | |
tree | 03a76b54b067bfa3f2fae9f7808a72270e9d2b4a | |
parent | 0b35f4ec59c044fd81efd5c5b1d2cd13b2f88371 (diff) | |
download | video-76913b8b151e4b9e85f0fae20854ed8a9202c3fd.tar.gz video-76913b8b151e4b9e85f0fae20854ed8a9202c3fd.tar.bz2 |
Remove notices for the field formatter
-rw-r--r-- | video.field.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video.field.inc b/video.field.inc index cdb1e25..e5f598a 100644 --- a/video.field.inc +++ b/video.field.inc @@ -306,7 +306,7 @@ function video_field_formatter_info() { 'video' => array( 'label' => t('Video'), 'field types' => array('video'), -// 'settings' => array('video_style' => '', 'video_link' => ''), + 'settings' => array('video_style' => '', 'video_link' => ''), ), 'video_thumbnail' => array( 'label' => t('Video thumbnail'), |