$context['message'] = 'Updating '. check_plain($module) .' module';
}
+/**
+ * Renders a form with a list of available database updates.
+ */
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>';