aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-16 13:41:37 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-16 13:41:37 +0000
commit5bf5404cd01c992f2f74c847078c07eaa20f77f2 (patch)
tree89737f019724ee2c10da159eb6e358906a898d54 /phpBB/viewforum.php
parente6e6be2b77e4ddfff79adfea4a7c65dce74807a8 (diff)
downloadforums-5bf5404cd01c992f2f74c847078c07eaa20f77f2.tar
forums-5bf5404cd01c992f2f74c847078c07eaa20f77f2.tar.gz
forums-5bf5404cd01c992f2f74c847078c07eaa20f77f2.tar.bz2
forums-5bf5404cd01c992f2f74c847078c07eaa20f77f2.tar.xz
forums-5bf5404cd01c992f2f74c847078c07eaa20f77f2.zip
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
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 62c5adeb68..402c440ab2 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -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"]) ||