summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-10-18 18:35:19 +0000
committerDries Buytaert <dries@buytaert.net>2004-10-18 18:35:19 +0000
commite86b041fa3afbb3464cecbd4508c291816e82e42 (patch)
tree3a2ee7d2230858fcb5c4f60dfc73d194a1f60e6f /includes
parent07cdcb439b868f71bff92cc1b5f8b15fd9e62d76 (diff)
downloadbrdo-e86b041fa3afbb3464cecbd4508c291816e82e42.tar.gz
brdo-e86b041fa3afbb3464cecbd4508c291816e82e42.tar.bz2
- Modified patch #11689 by Adrian: made the locale module work with PostgreSQL.
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 593a4c29f..3712607d6 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -382,7 +382,7 @@ function request_uri() {
$uri = $_SERVER['PHP_SELF'] .'?'. $_SERVER['QUERY_STRING'];
}
}
-
+
return check_url($uri);
}