Index: includes/bootstrap.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v retrieving revision 1.101 diff -u -F^f -r1.101 bootstrap.inc --- includes/bootstrap.inc 28 Jun 2006 21:18:30 -0000 1.101 +++ includes/bootstrap.inc 29 Jun 2006 13:39:06 -0000 @@ -151,7 +151,7 @@ function drupal_unset_globals() { * Loads the configuration and sets the base URL correctly. */ function conf_init() { - global $db_url, $db_prefix, $base_url, $base_path, $base_root, $conf; + global $base_url, $base_path, $base_root, $conf; $conf = array(); require_once './'. conf_path() .'/settings.php';