includes/comment.php
changeset 1163 1b90f6c41d9c
parent 1085 3343a05e7e5b
child 1173 b5b8e7ab0914
--- a/includes/comment.php	Sat Dec 12 16:44:38 2009 -0500
+++ b/includes/comment.php	Sat Dec 12 16:45:52 2009 -0500
@@ -143,6 +143,7 @@
             // Format text
             $row['comment_data'] = RenderMan::render($row['comment_data']);
             
+            // Hide it if it's a post from a foe
             if ( $row['is_buddy'] == 1 && $row['is_friend'] == 0 )
             {
               $seed = md5(sha1(mt_rand() . microtime()));