Index: update.php =================================================================== RCS file: /cvs/drupal/drupal/update.php,v retrieving revision 1.207 diff -u -p -r1.207 update.php --- update.php 10 Dec 2006 09:54:31 -0000 1.207 +++ update.php 14 Dec 2006 14:38:29 -0000 @@ -511,7 +511,7 @@ function update_finished_page($success) // Report end result if ($success) { - $output = '

Updates were attempted. If you see no failures below, you may proceed happily to the administration pages. Otherwise, you may need to update your database manually. All errors have been logged.

'; + $output = '

Updates were attempted. If you see no failures below, you may proceed happily to the administration pages. Otherwise, you may need to update your database manually. All errors have been logged.

'; } else { $update = reset($_SESSION['update_remaining']);