diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-07-10 18:41:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-07-10 18:41:10 +0000 |
commit | c45ca20d0ff7448f8edac7ca46becc0c8ea8ee03 (patch) | |
tree | 60769fba7415fcab33f6ff0a71279c489f32adb2 | |
parent | 84bad295166f38171a488c524d62e3d6ce9bfd72 (diff) | |
download | brdo-c45ca20d0ff7448f8edac7ca46becc0c8ea8ee03.tar.gz brdo-c45ca20d0ff7448f8edac7ca46becc0c8ea8ee03.tar.bz2 |
- Rolback previous patch: breaks Drupal.
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 4f1ba31b9..ba7ab0a03 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 $base_url, $base_path, $base_root, $conf; + global $db_url, $db_prefix, $base_url, $base_path, $base_root, $conf; $conf = array(); require_once './'. conf_path() .'/settings.php'; |