function lazyloader_install in Image Lazyloader 7.2
Same name and namespace in other branches
- 7 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'");
}