diff options
author | Silvio <silvio@devlet.com.br> | 2011-07-12 10:26:40 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2011-07-12 10:26:40 -0300 |
commit | 84a089eb09ab21d5062faa3b4021f95da930caaf (patch) | |
tree | 04e6efe1d61c0dce3f5c526ab184e89588d7a878 /video.install | |
parent | d598b738b366190db350b95cebb1e1cf0e1c54c6 (diff) | |
parent | b2eb0df792e7724538c4afeb7d8929a241a03773 (diff) | |
download | video-84a089eb09ab21d5062faa3b4021f95da930caaf.tar.gz video-84a089eb09ab21d5062faa3b4021f95da930caaf.tar.bz2 |
Merge branch '7.x-1.x' of http://git.drupal.org/project/video into 7.x-1.x
Conflicts:
transcoders/video_ffmpeg_php.inc
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, |