image_fupload_image.install in Image FUpload 6.2
Same filename and directory in other branches
File
image_fupload_image/image_fupload_image.installView 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
Name | Description |
---|---|
image_fupload_image_install | Implementation of hook_install(). |
image_fupload_image_uninstall | Implementation of hook_uninstall(). |