function exif_install in Exif 6
Same name and namespace in other branches
- 5 exif.install \exif_install()
- 7 exif.install \exif_install()
Implementation of hook_install().
File
- ./
exif.install, line 9 - the install part of the module
Code
function exif_install() {
db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", -10, 'exif');
}