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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user