diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-10-18 18:35:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-10-18 18:35:19 +0000 |
commit | e86b041fa3afbb3464cecbd4508c291816e82e42 (patch) | |
tree | 3a2ee7d2230858fcb5c4f60dfc73d194a1f60e6f /includes | |
parent | 07cdcb439b868f71bff92cc1b5f8b15fd9e62d76 (diff) | |
download | brdo-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.inc | 2 |
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); } |