You are here

function og_theme_update_dependencies in Organic groups theme 7

Same name and namespace in other branches
  1. 7.2 og_theme.install \og_theme_update_dependencies()

Implements hook_update_dependencies().

File

./og_theme.install, line 95
Install, update, and uninstall functions for the Group theme module.

Code

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