aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-01-13 04:25:57 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-01-13 04:25:57 +0000
commit9f4cb905d3053c6b564b1578dfac0795327a5ecf (patch)
tree63b2ed7ee5ce4c8d307abe42446fdfa5bc18bafa /phpBB/viewforum.php
parenta16d1d9aff7e66f399dcef5a325f36e767476722 (diff)
downloadforums-9f4cb905d3053c6b564b1578dfac0795327a5ecf.tar
forums-9f4cb905d3053c6b564b1578dfac0795327a5ecf.tar.gz
forums-9f4cb905d3053c6b564b1578dfac0795327a5ecf.tar.bz2
forums-9f4cb905d3053c6b564b1578dfac0795327a5ecf.tar.xz
forums-9f4cb905d3053c6b564b1578dfac0795327a5ecf.zip
EOL should be fixed now
git-svn-id: file:///svn/phpbb/trunk@3315 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 96b44a2a8d..9663db6a14 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -437,7 +437,7 @@ if ($forum_data['forum_postable'])
// Type and folder
$topic_type = '';
- if ($topic_rowset[$i]['topic_status'] == TOPIC_MOVED)
+ if ($topic_rowset[$i]['topic_status'] == ITEM_MOVED)
{
$topic_type = $user->lang['Topic_Moved'] . ' ';
$topic_id = $topic_rowset[$i]['topic_moved_id'];
@@ -596,7 +596,7 @@ include($phpbb_root_path . 'includes/page_header.'.$phpEx);
$template->set_filenames(array(
'body' => 'viewforum_body.html'
));
-make_jumpbox('viewforum.'.$phpEx . $SID, $forum_id);
+make_jumpbox("viewforum.$phpEx$SID", $forum_id);
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);