function i18n_update_7000 in Internationalization 7
Mark this as updated so all (renamed) modules know they need to update from D6 version when installing
File
- ./
i18n.install, line 56 - Installation file for Internationalization (i18n) module.
Code
function i18n_update_7000() {
variable_set('i18n_drupal6_update', TRUE);
variable_del('i18n_selection_mode');
}