function exif_install in Exif 7
Same name and namespace in other branches
- 5 exif.install \exif_install()
- 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);
}