You are here

function entity_translation_update_7003 in Entity Translation 7

Configure node and comment language settings to the prior default behavior.

File

./entity_translation.install, line 329
Installation functions for Entity Translation module.

Code

function entity_translation_update_7003() {
  module_load_include('inc', 'entity_translation', 'entity_translation.admin');
  foreach (array_keys(entity_get_info()) as $entity_type) {
    entity_translation_settings_init($entity_type);
  }
}