Fix view newest post error + missing mini post icon in posting preview

git-svn-id: file:///svn/phpbb/trunk@1605 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-12-16 13:41:37 +00:00
parent e6e6be2b77
commit 5bf5404cd0
2 changed files with 2 additions and 2 deletions

View file

@ -512,7 +512,7 @@ if( $total_topics )
}
}
$newest_post_img = ""
$newest_post_img = "";
if( $userdata['session_logged_in'] )
{
if( isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . "_t_$topic_id"]) ||

View file

@ -77,7 +77,7 @@ if( isset($HTTP_GET_VARS["view"]) && empty($HTTP_GET_VARS[POST_POST_URL]) )
if( !($row = $db->sql_fetchrow($result)) )
{
message_die(GENERAL_MESSAGE, $lang['No_new_posts_last_visit']);
message_die(GENERAL_MESSAGE, 'No_new_posts_last_visit');
}
else
{