From 524fed30e89ebef7e77f369bb6442f37efe36cd6 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 8 Feb 2006 00:32:18 +0000 Subject: - #48215: Fix update.php links at the end --- update.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.php b/update.php index d6c9be87b..7275b63e4 100644 --- a/update.php +++ b/update.php @@ -466,9 +466,9 @@ function update_progress_page_nojs() { function update_finished_page() { drupal_set_title('Drupal database update'); // NOTE: we can't use l() here because the URL would point to 'update.php?q=admin'. - $links[] = 'main page'; - $links[] = 'administration pages'; - $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.

'; + $links[] = 'main page'; + $links[] = 'administration pages'; + $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.

'; if ($GLOBALS['access_check'] == FALSE) { $output .= "

Reminder: don't forget to set the \$access_check value at the top of update.php back to TRUE."; } -- cgit v1.2.3