aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-07-08 12:50:45 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-07-08 12:50:45 +0000
commit1c6e99848f9663792051c6bd84b6159b5ad57a4e (patch)
treee28b299ca370d5c85d9ea983fc5ec8357a8cf6d7 /phpBB/styles
parentacf0fad19ab1323e9df96b094a2d38f338ce6da0 (diff)
downloadforums-1c6e99848f9663792051c6bd84b6159b5ad57a4e.tar
forums-1c6e99848f9663792051c6bd84b6159b5ad57a4e.tar.gz
forums-1c6e99848f9663792051c6bd84b6159b5ad57a4e.tar.bz2
forums-1c6e99848f9663792051c6bd84b6159b5ad57a4e.tar.xz
forums-1c6e99848f9663792051c6bd84b6159b5ad57a4e.zip
Fixed Bug #40155 - Postcount of 0 not showing up in PMs
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9733 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
index ef9807f88a..56066cdf37 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
@@ -67,7 +67,7 @@
<!-- IF RANK_TITLE --><dd>{RANK_TITLE}</dd><!-- ENDIF -->
<!-- IF RANK_IMG --><dd>{RANK_IMG}</dd><!-- ENDIF -->
<dd>&nbsp;</dd>
- <!-- IF AUTHOR_POSTS --><dd><strong>{L_POSTS}:</strong> {AUTHOR_POSTS}</dd><!-- ENDIF -->
+ <dd><strong>{L_POSTS}:</strong> {AUTHOR_POSTS}</dd>
<!-- IF AUTHOR_JOINED --><dd><strong>{L_JOINED}:</strong> {AUTHOR_JOINED}</dd><!-- ENDIF -->
<!-- IF AUTHOR_FROM --><dd><strong>{L_LOCATION}:</strong> {AUTHOR_FROM}</dd><!-- ENDIF -->