You are here

function exif_uninstall in Exif 7

Same name and namespace in other branches
  1. 5 exif.install \exif_uninstall()

Implementation of hook_install().

File

./exif.install, line 16
the install part of the module

Code

function exif_uninstall() {
  variable_del('exif_update');
}