function l10n_update_update_7208 in Localization update 7.2
Remove the status variable.
File
- ./
l10n_update.install, line 628 - Install file for l10n remote updates.
Code
function l10n_update_update_7208() {
$status = variable_get('l10n_update_translation_status');
cache_set('l10n_update_status', $status);
variable_del('l10n_update_translation_status');
}