From fac840fe8680dceff91e9a73d359037e2f755297 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 3 Jul 2005 10:09:08 +0000 Subject: - Patch by Bart: fixed update.php after bootstrap patch. --- includes/bootstrap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 761952068..4db35b208 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -820,8 +820,8 @@ function _drupal_bootstrap($phase) { switch ($phase) { case 'database': - global $db_url, $base_url; - unset($conf); + global $db_url, $db_prefix, $base_url; + $conf = array(); require_once conf_init() .'/settings.php'; require_once './includes/database.inc'; // Initialize the default database. -- cgit v1.2.3