You are here

function image_resize_filter_uninstall in Image Resize Filter 7

Same name and namespace in other branches
  1. 6 image_resize_filter.install \image_resize_filter_uninstall()

Implements hook_uninstall().

File

./image_resize_filter.install, line 11
Install, update and uninstall functions for the Image resize filter module.

Code

function image_resize_filter_uninstall() {
  drupal_load('module', 'image_resize_filter');
  image_resize_filter_delete_all();
}