From e86b041fa3afbb3464cecbd4508c291816e82e42 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 Oct 2004 18:35:19 +0000 Subject: - Modified patch #11689 by Adrian: made the locale module work with PostgreSQL. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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); } -- cgit v1.2.3