diff options
Diffstat (limited to 'video.install')
-rw-r--r-- | video.install | 2 |
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 |