Only show comment notice when there are comments
This commit is contained in:
@@ -241,7 +241,10 @@ function view_app_comments($appId, $versionId, $threadId = 0)
|
|||||||
echo '</table>',"\n";
|
echo '</table>',"\n";
|
||||||
echo html_frame_end();
|
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";
|
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
|
//start comments
|
||||||
echo '<table width="100%" border=0 cellpadding=2 cellspacing=1"><tr><td>',"\n";
|
echo '<table width="100%" border=0 cellpadding=2 cellspacing=1"><tr><td>',"\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user