From fa6de92e6b5a790375b31357611ad14b7435e333 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 14 Mar 2006 13:32:48 +0000 Subject: [PATCH] erm... actually remove the debugging thingy... holla git-svn-id: file:///svn/phpbb/trunk@5627 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 01b6591488..4c994881ce 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1170,7 +1170,7 @@ function redirect($url) else if ($url{0} == '/') { // Absolute uri, prepend direct url... - $url = generate_board_url_2(true) . $url; + $url = generate_board_url(true) . $url; } else {