You are here

function exif_install in Exif 7

Same name and namespace in other branches
  1. 5 exif.install \exif_install()
  2. 6 exif.install \exif_install()

Implementation of hook_install().

File

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

Code

function exif_install() {
  variable_set('exif_update', TRUE);
}