You are here

function imagefield_focus_uninstall in ImageField Focus 6

Same name and namespace in other branches
  1. 7 imagefield_focus.install \imagefield_focus_uninstall()

Implementation of hook_uninstall().

File

./imagefield_focus.install, line 13

Code

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