You are here

function image_fupload_image_uninstall in Image FUpload 6.3

Same name and namespace in other branches
  1. 6.2 image_fupload_image/image_fupload_image.install \image_fupload_image_uninstall()

Implementation of hook_uninstall().

File

image_fupload_image/image_fupload_image.install, line 17

Code

function image_fupload_image_uninstall() {

  // No need of this at the moment
}