You are here

function lazyloader_install in Image Lazyloader 7

Same name and namespace in other branches
  1. 7.2 lazyloader.install \lazyloader_install()

Implements hook_install().

File

./lazyloader.install, line 13
Lazyloader Install

Code

function lazyloader_install() {

  // Make sure this module called last to override any form provided by other
  // modules.
  db_query("UPDATE {system} SET weight = 3000 WHERE name = 'lazyloader'");
}