You are here

function lazy_update_7101 in Lazy-load 7

Disable module, if bLazy library is not installed yet.

File

./lazy.install, line 176
Install, update, and uninstall functions for the Lazy-load module.

Code

function lazy_update_7101() {
  $blazy = libraries_detect('blazy');
  variable_set('lazy_library_installed', $blazy['installed']);
}