aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-12-13 15:10:06 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-12-13 15:10:06 +0000
commit4dae08997a0d28b5bf8b5978635fc7a8c01dbe04 (patch)
tree54696a8abe7342c432ec320d18cffcb96db833d1
parent67a9a7b07496da3bc933f5168acdb6778507be7b (diff)
downloadforums-4dae08997a0d28b5bf8b5978635fc7a8c01dbe04.tar
forums-4dae08997a0d28b5bf8b5978635fc7a8c01dbe04.tar.gz
forums-4dae08997a0d28b5bf8b5978635fc7a8c01dbe04.tar.bz2
forums-4dae08997a0d28b5bf8b5978635fc7a8c01dbe04.tar.xz
forums-4dae08997a0d28b5bf8b5978635fc7a8c01dbe04.zip
whitespaces
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10335 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 55b7a07a0b..396267432a 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4136,7 +4136,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
'S_TOPIC_ID' => $topic_id,
'S_LOGIN_ACTION' => ((!defined('ADMIN_START')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login') : append_sid("index.$phpEx", false, true, $user->session_id)),
- 'S_LOGIN_REDIRECT' => build_hidden_fields(array('redirect' => str_replace('&amp;', '&', build_url()))),
+ 'S_LOGIN_REDIRECT' => build_hidden_fields(array('redirect' => str_replace('&amp;', '&', build_url()))),
'S_ENABLE_FEEDS' => ($config['feed_enable']) ? true : false,
'S_ENABLE_FEEDS_FORUMS' => ($config['feed_overall_forums']) ? true : false,