You are here

function imagefield_focus_install in ImageField Focus 6

Same name and namespace in other branches
  1. 7 imagefield_focus.install \imagefield_focus_install()

Implementation of hook_install().

File

./imagefield_focus.install, line 6

Code

function imagefield_focus_install() {
  db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 1, 'imagefield_focus');
}