You are here

function video_filter_uninstall in Video Filter 6.2

Same name and namespace in other branches
  1. 5.2 video_filter.install \video_filter_uninstall()
  2. 6.3 video_filter.install \video_filter_uninstall()

Implementation of hook_uninstall().

File

./video_filter.install, line 11
Install file for video_filter.

Code

function video_filter_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'video_filter%'");
}