--- bootstrap.inc 2005-06-23 04:00:06.000000000 +0200 +++ newbootstrap.inc 2005-06-23 13:17:54.524628800 +0200 @@ -820,7 +820,7 @@ function _drupal_bootstrap($phase) { switch ($phase) { case 'database': - global $db_url, $base_url; + global $db_url, $base_url, $db_prefix; unset($conf); require_once conf_init() .'/settings.php'; require_once './includes/database.inc';