_update_remove_update_status_variables

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

modules/update/update.install, строка 48

Версии
6
_update_remove_update_status_variables()

Private helper to clear out stale variables from update_status 5.x contrib.

See also

update_install()

@see update_update_6000()

Код

<?php
function _update_remove_update_status_variables() {
  variable_del('update_status_settings');
  variable_del('update_status_notify_emails');
  variable_del('update_status_check_frequency');
  variable_del('update_status_notification_threshold');
  variable_del('update_status_last');
  variable_del('update_status_fetch_url');
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему