You are here

function og_access_update_dependencies in Organic groups 7

Implements hook_update_dependencies().

File

og_access/og_access.install, line 33
Install, update, and uninstall functions for the Organic groups access module.

Code

function og_access_update_dependencies() {
  $dependencies = array();
  $dependencies['og_access'][7000] = array(
    'og' => 7000,
  );
  return $dependencies;
}