You are here

function l10n_update_update_7002 in Localization update 7

Same name and namespace in other branches
  1. 7.2 l10n_update.install \l10n_update_update_7002()

Delete 'last_updated' field from {l10n_update_file} table.

File

./l10n_update.install, line 286
Install file for l10n remote updates.

Code

function l10n_update_update_7002() {
  db_drop_field('l10n_update_file', 'last_updated');
}