aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-01 21:48:02 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-01 21:48:02 +0000
commitf9a451cce21686c19e0c725efc2edbfadabc4d3a (patch)
tree97179308cbf8b09fff4a94a860692e060650ba47 /phpBB/viewforum.php
parentcbfe138cdc505511f0f91288afe8da548b93c3bd (diff)
downloadforums-f9a451cce21686c19e0c725efc2edbfadabc4d3a.tar
forums-f9a451cce21686c19e0c725efc2edbfadabc4d3a.tar.gz
forums-f9a451cce21686c19e0c725efc2edbfadabc4d3a.tar.bz2
forums-f9a451cce21686c19e0c725efc2edbfadabc4d3a.tar.xz
forums-f9a451cce21686c19e0c725efc2edbfadabc4d3a.zip
- some bugfixes
- committed coding guidelines as they are at area51 - removed script_path (needs a close inspection later) - removed the need for server_name and server_port - able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups) git-svn-id: file:///svn/phpbb/trunk@5595 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index c576c2c1af..90cac12b19 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -101,7 +101,7 @@ if ($forum_data['forum_link'])
$db->sql_query($sql);
}
- redirect(str_replace('&amp;', '&', $forum_data['forum_link']));
+ redirect($forum_data['forum_link']);
}
// Forum is passworded ... check whether access has been granted to this