You are here

function exif_install in Exif 6

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