You are here

function oa_core_update_dependencies in Open Atrium Core 7.2

Implements hook_update_dependencies().

File

./oa_core.install, line 22
Provides update and install hooks to oa_core.

Code

function oa_core_update_dependencies() {
  $dependencies['oa_core'][7224] = array(
    'entityreference' => 7003,
  );
  return $dependencies;
}