summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-07-10 15:37:10 +0000
committerDries Buytaert <dries@buytaert.net>2006-07-10 15:37:10 +0000
commit9adf9d8ce423b582ccabde5786177ff329d2c818 (patch)
tree51b9bc28cf6584ffabfe86bd3d9d379273259388
parentaf976d339f743ceef50200e592b35c849bca3879 (diff)
downloadbrdo-9adf9d8ce423b582ccabde5786177ff329d2c818.tar.gz
brdo-9adf9d8ce423b582ccabde5786177ff329d2c818.tar.bz2
- Patch #71424 by Moshe: removed global variable.
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
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';