function i18n_field_install in Internationalization 7
Implements hook_install().
File
- i18n_field/
i18n_field.install, line 11 - Install, update and uninstall functions for the i18n_field module.
Code
function i18n_field_install() {
// If updating from D6, module changed name
if (variable_get('i18n_drupal6_update')) {
i18n_field_update_7000();
}
}