You are here

function photos_access_disable in Album Photos 7.3

Implements hook_disable().

File

photos_access/photos_access.install, line 71
Install, update, and uninstall functions for the Photos Access module.

Code

function photos_access_disable() {
  if (module_exists('photos')) {
    variable_set('photos_access_photos', 0);
  }
}