diff options
author | Heshan <heshan@heidisoft.com> | 2011-07-03 10:35:27 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-07-03 10:35:27 +0530 |
commit | e623600b0c2291b1420a29e9529a990bcc7d9f22 (patch) | |
tree | 8bd94a1687380c6e9fc82de73f2325e83d5f96fe /video.install | |
parent | 89eeb0d9e6f0493c9a1bc50b072a8714ec6870e4 (diff) | |
download | video-e623600b0c2291b1420a29e9529a990bcc7d9f22.tar.gz video-e623600b0c2291b1420a29e9529a990bcc7d9f22.tar.bz2 |
#1187488 by Alexander Allen Is it thumbanail or thumbnail?
Diffstat (limited to 'video.install')
-rw-r--r-- | video.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video.install b/video.install index 0d1c8e7..450fb48 100644 --- a/video.install +++ b/video.install @@ -156,7 +156,7 @@ function video_field_schema($field) { 'not null' => FALSE, 'unsigned' => TRUE, ), - 'thumbanail' => array( + 'thumbnail' => array( 'description' => 'The {file_managed}.fid being referenced for video thumbanil.', 'type' => 'int', 'not null' => FALSE, |