You are here

function i18n_update_7 in Internationalization 5

Same name and namespace in other branches
  1. 5.3 i18n.install \i18n_update_7()
  2. 5.2 i18n.install \i18n_update_7()

File

./i18n.install, line 128

Code

function i18n_update_7() {
  $items[] = update_sql("UPDATE {system} SET weight = -10 WHERE name = 'i18n' AND type = 'module'");
  $items[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'translation' AND type = 'module'");
  return $items;
}