update_refresh

Versions
6 – 7
update_refresh()

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

See also

_update_refresh();

Code

modules/update/update.module, line 525

<?php
function update_refresh() {
  module_load_include('inc', 'update', 'update.fetch');
  return _update_refresh();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.