mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
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:
parent
e6e6be2b77
commit
5bf5404cd0
2 changed files with 2 additions and 2 deletions
|
@ -512,7 +512,7 @@ if( $total_topics )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$newest_post_img = ""
|
$newest_post_img = "";
|
||||||
if( $userdata['session_logged_in'] )
|
if( $userdata['session_logged_in'] )
|
||||||
{
|
{
|
||||||
if( isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . "_t_$topic_id"]) ||
|
if( isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . "_t_$topic_id"]) ||
|
||||||
|
|
|
@ -77,7 +77,7 @@ if( isset($HTTP_GET_VARS["view"]) && empty($HTTP_GET_VARS[POST_POST_URL]) )
|
||||||
|
|
||||||
if( !($row = $db->sql_fetchrow($result)) )
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue