You are here

image_fupload_image.install in Image FUpload 6.2

Same filename and directory in other branches
  1. 6.3 image_fupload_image/image_fupload_image.install

File

image_fupload_image/image_fupload_image.install
View source
<?php

/**
 * Implementation of hook_install().
 */
function image_fupload_image_install() {

  // No need of this at the moment
}

/**
 * Implementation of hook_uninstall().
 */
function image_fupload_image_uninstall() {

  // No need of this at the moment
}

Functions

Namesort descending Description
image_fupload_image_install Implementation of hook_install().
image_fupload_image_uninstall Implementation of hook_uninstall().