Only show comment notice when there are comments

This commit is contained in:
Paul van Schayck
2004-12-18 01:52:42 +00:00
committed by WineHQ
parent 5a27f7ba35
commit 0771a6f47a

View File

@@ -241,7 +241,10 @@ function view_app_comments($appId, $versionId, $threadId = 0)
echo '</table>',"\n";
echo html_frame_end();
if( $messageCount > 0 )
{
echo '<p align="center">The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.</p>'."\n";
}
//start comments
echo '<table width="100%" border=0 cellpadding=2 cellspacing=1"><tr><td>',"\n";