summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-04-24 08:43:31 +0000
committerDries Buytaert <dries@buytaert.net>2007-04-24 08:43:31 +0000
commit2e34699b5926d0b3d3c9b22a4dd76ce976dc04bd (patch)
tree4d59d1cd7630861e43fd6f02843e4a6ddb7bf5da /includes/bootstrap.inc
parent768faa988bbc2d8df132bdb69ab8b428f3a30851 (diff)
downloadbrdo-2e34699b5926d0b3d3c9b22a4dd76ce976dc04bd.tar.gz
brdo-2e34699b5926d0b3d3c9b22a4dd76ce976dc04bd.tar.bz2
- Patch #138429 by Zen: removed unused variables.
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 1a5fca334..aa5320867 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)) {