update_selection_page()./update.php, line 30
<?php
function update_selection_page() {
drupal_set_title('Drupal database update');
$output = drupal_render(drupal_get_form('update_script_selection_form'));
update_task_list('select');
return $output;
}
?>