diff options
author | Tushar Mahajan <chia.tushar@gmail.com> | 2010-09-08 23:43:39 +0000 |
---|---|---|
committer | Tushar Mahajan <chia.tushar@gmail.com> | 2010-09-08 23:43:39 +0000 |
commit | 07e453e2ff2f66017eb49cc0374aa1531805a043 (patch) | |
tree | daed69ad388a73ff56078643a0ec779f35606f4f /video.install | |
parent | ef4365879413eab6a0d2be64374a9840c7eed804 (diff) | |
download | video-07e453e2ff2f66017eb49cc0374aa1531805a043.tar.gz video-07e453e2ff2f66017eb49cc0374aa1531805a043.tar.bz2 |
Porting video module port for D7
Diffstat (limited to 'video.install')
-rw-r--r-- | video.install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/video.install b/video.install index 5d2ea92..7e66988 100644 --- a/video.install +++ b/video.install @@ -98,17 +98,9 @@ function video_schema() { } /** - * Implementation of hook_install(). - */ -function video_install() { - drupal_install_schema('video'); -} - -/** * Implementation of hook_uninstall(). */ function video_uninstall() { - drupal_uninstall_schema('video'); //@todo Need to drop all variables used in this module here. } |