diff --git a/include/comments.php b/include/comments.php index da212cb..f35e532 100644 --- a/include/comments.php +++ b/include/comments.php @@ -240,8 +240,11 @@ function view_app_comments($appId, $versionId, $threadId = 0) echo '',"\n"; echo '',"\n"; echo html_frame_end(); - - echo '
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
'."\n"; + + if( $messageCount > 0 ) + { + echo 'The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
'."\n"; + } //start comments echo '| ',"\n"; |