update_refresh

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

modules/update/update.module, строка 380

Версии
6
update_refresh()

Wrapper to load the include file and then refresh the release data.

▾ 2 функции вызывают update_refresh()

update_cron in modules/update/update.module
Реализация hook_cron().
update_get_available in modules/update/update.module
Internal helper to try to get the update information from the cache if possible, and to refresh the cache when necessary.

Код

<?php
function update_refresh() {
  module_load_include('inc', 'update', 'update.fetch');
  return _update_refresh();
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

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