| 6 update.php | update_finished($success, $results, $operations) |
| 7 update.inc | update_finished($success, $results, $operations) |
| 8 update.inc | update_finished($success, $results, $operations) |
1 string reference to 'update_finished'
File
- ./
update.php, line 285 - Administrative page for handling updates from one Drupal version to another.
Code
function update_finished($success, $results, $operations) {
// clear the caches in case the data has been updated.
drupal_flush_all_caches();
$_SESSION['update_results'] = $results;
$_SESSION['update_success'] = $success;
$_SESSION['updates_remaining'] = $operations;
}
Login or register to post comments