function update_refresh
Same name and namespace in other branches
- 6.x drupal-6.x/modules/update/update.module \update_refresh()
Refreshes the release data after loading the necessary include file.
See also
1 call to update_refresh()
- update_cron in drupal-7.x/
modules/ update/ update.module - Implements hook_cron().
Archivo
- drupal-7.x/
modules/ update/ update.module, line 464 - Handles updates of Drupal core and contributed projects.
Código
function update_refresh() {
module_load_include('inc', 'update', 'update.fetch');
return _update_refresh();
}