You are here

function i18n_node_update_dependencies in Internationalization 7

Implements hook_update_dependencies()

File

i18n_node/i18n_node.install, line 32
Installation file for Internationalization (i18n) module.

Code

function i18n_node_update_dependencies() {
  $dependencies['i18n_node'][7000] = array(
    'i18n_string' => 7001,
  );
  return $dependencies;
}