function update_invalidate_cache in Drupal 6
Invalidates all cached data relating to update status.
Related topics
1 string reference to 'update_invalidate_cache'
- update_form_alter in modules/
update/ update.module - Implementation of hook_form_alter().
File
- modules/
update/ update.module, line 620 - The "Update status" module checks for available updates of Drupal core and any installed contributed modules and themes. It warns site administrators if newer releases are available via the system status report (admin/reports/status), the…
Code
function update_invalidate_cache() {
_update_cache_clear();
}