update_fetch_data
- Versions
- 7
update_fetch_data()
Wrapper to load the include file and then attempt to fetch update data.
Code
modules/update/update.module, line 556
<?php
function update_fetch_data() {
module_load_include('inc', 'update', 'update.fetch');
return _update_fetch_data();
}
?>Login or register to post comments 