From 9adf9d8ce423b582ccabde5786177ff329d2c818 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 10 Jul 2006 15:37:10 +0000 Subject: - Patch #71424 by Moshe: removed global variable. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index ba7ab0a03..4f1ba31b9 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -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'; -- cgit v1.2.3