You are here

function feeds_imagegrabber_uninstall in Feeds Image Grabber 6

Same name and namespace in other branches
  1. 7 feeds_imagegrabber.install \feeds_imagegrabber_uninstall()

Implementation of hook_uninstall().

File

./feeds_imagegrabber.install, line 78
Schema definitions install/update/uninstall hooks.

Code

function feeds_imagegrabber_uninstall() {

  //Delete the schema table
  drupal_uninstall_schema('feeds_imagegrabber');
}