From 2e34699b5926d0b3d3c9b22a4dd76ce976dc04bd Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Tue, 24 Apr 2007 08:43:31 +0000 Subject: [PATCH] - Patch #138429 by Zen: removed unused variables. --- includes/bootstrap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 1a5fca334085..aa5320867fb5 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -257,8 +257,8 @@ 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, $installed_profile; - $conf = array(); + global $base_url, $base_path, $base_root; + include_once './'. conf_path() .'/settings.php'; if (isset($base_url)) { -- GitLab