From e66371cac17e35d2cb0c9bf48f792193b79f3a7c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 6 May 2007 05:47:52 +0000 Subject: - Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index c40653161..ccda20707 100644 --- a/update.php +++ b/update.php @@ -431,7 +431,7 @@ function update_results_page() { 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.

"; } - + $output .= theme('item_list', $links); // Output a list of queries executed -- cgit v1.2.3