From 69927fc15c744bd3602fe7d404af6a80130a1ce9 Mon Sep 17 00:00:00 2001 From: Heshan Date: Fri, 18 Mar 2011 00:13:45 +0530 Subject: Fixed the JS issues and Select players and trasncoders --- video.install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video.install') 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 -- cgit v1.2.3