1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-09 07:40:45 +02:00

EOL should be fixed now

git-svn-id: file:///svn/phpbb/trunk@3315 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud
2003-01-13 04:25:57 +00:00
parent a16d1d9aff
commit 9f4cb905d3
3 changed files with 5 additions and 11 deletions

View File

@@ -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);