update_refresh
modules/update/update.module, строка 380
- Версии
- 6
update_refresh()
Wrapper to load the include file and then refresh the release data.
Код
<?php
function update_refresh() {
module_load_include('inc', 'update', 'update.fetch');
return _update_refresh();
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии