update_finished
./update.php, строка 285
- Версии
- 6
update_finished($success, $results, $operations)
Код
<?php
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;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии