function update_finished
Same name and namespace in other branches
- 7.x drupal-7.x/includes/update.inc \update_finished()
1 string reference to 'update_finished'
- update_batch in drupal-6.x/update.php
Archivo
- drupal-6.x/update.php, line 288
- Administrative page for handling updates from one Drupal version to another.
Código
function update_finished($success, $results, $operations) {
drupal_flush_all_caches();
$_SESSION['update_results'] = $results;
$_SESSION['update_success'] = $success;
$_SESSION['updates_remaining'] = $operations;
}