function locale_update_8014

Drop old 'location' field.

Related topics

File

drupal/core/modules/locale/locale.install, line 879
Install, update, and uninstall functions for the Locale module.

Code

function locale_update_8014() {
  db_drop_field('locales_source', 'location');
}