update_selection_page
./update.php, строка 318
- Версии
- 5 – 6
update_selection_page()
Код
<?php
function update_selection_page() {
$output = '<p>The version of Drupal you are updating from has been automatically detected. You can select a different version, but you should not need to.</p>';
$output .= '<p>Click Update to start the update process.</p>';
drupal_set_title('Drupal database update');
// Prevent browser from using cached drupal.js or update.js
drupal_add_js('misc/update.js', 'core', 'header', FALSE, TRUE);
$output .= drupal_get_form('update_script_selection_form');
return $output;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии