1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02: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:
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

@@ -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
{