function image_fupload_uninstall in Image FUpload 6
Same name and namespace in other branches
- 6.3 image_fupload.install \image_fupload_uninstall()
- 6.2 image_fupload.install \image_fupload_uninstall()
Implementation of hook_uninstall().
File
- ./
image_fupload.install, line 13
Code
function image_fupload_uninstall() {
variable_del('fupload_title_replacements');
}