aboutsummaryrefslogtreecommitdiff
path: root/video.install
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-18 00:13:45 +0530
committerHeshan <heshan@heidisoft.com>2011-03-18 00:13:45 +0530
commit69927fc15c744bd3602fe7d404af6a80130a1ce9 (patch)
tree5d4f042539bf1090359d9ea8a515904544add469 /video.install
parent51c7e284ec5976d5918e506265154f34d32e9a48 (diff)
downloadvideo-69927fc15c744bd3602fe7d404af6a80130a1ce9.tar.gz
video-69927fc15c744bd3602fe7d404af6a80130a1ce9.tar.bz2
Fixed the JS issues and Select players and trasncoders
Diffstat (limited to 'video.install')
-rw-r--r--video.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/video.install b/video.install
index 51d9202..0d1c8e7 100644
--- a/video.install
+++ b/video.install
@@ -195,6 +195,8 @@ function video_install() {
*/
function video_uninstall() {
drupal_uninstall_schema('video');
+ // remove variables
+ db_query("DELETE FROM {variable} WHERE name LIKE 'video_%'");
// Remove the video directory and generated images.
file_unmanaged_delete_recursive(file_default_scheme() . '://videos');
} \ No newline at end of file