You are here

function lingotek_update_7211 in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lingotek.install \lingotek_update_7211()
  2. 7.2 lingotek.install \lingotek_update_7211()
  3. 7.3 lingotek.install \lingotek_update_7211()
  4. 7.4 lingotek.install \lingotek_update_7211()
  5. 7.5 lingotek.install \lingotek_update_7211()

Upgrade lingotek table entries from drupal_codes to lingotek_locales

File

./lingotek.install, line 480

Code

function lingotek_update_7211(&$sandbox) {
  spl_autoload_register('lingotek_auto_loader');
  lingotek_migration_3();

  // Upgrade lingotek table entries from drupal_codes to lingotek_locales (whenever applicable)
  return t('Upgraded lingotek table entries from drupal_codes to lingotek_locales (as needed).');
}