update_refresh
- Versions
- 6 – 7
update_refresh()
Wrapper to load the include file and then refresh the release data.
Code
modules/update/update.module, line 380
<?php
function update_refresh() {
module_load_include('inc', 'update', 'update.fetch');
return _update_refresh();
}
?>Login or register to post comments 