From dda51954185ef5a1801ef2b9a2b99cb796399a91 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Wed, 29 Sep 2010 22:11:26 -0700 Subject: show members of locked conversations --- mod/network.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mod/network.php') diff --git a/mod/network.php b/mod/network.php index b0daecac4..ac5664b4f 100644 --- a/mod/network.php +++ b/mod/network.php @@ -173,13 +173,11 @@ function network_content(&$a, $update = 0) { if((($item['verb'] == ACTIVITY_LIKE) || ($item['verb'] == ACTIVITY_DISLIKE)) && ($item['id'] != $item['parent'])) continue; - $lock = (($item['uid'] == get_uid()) && (strlen($item['allow_cid']) || strlen($item['allow_gid']) || strlen($item['deny_cid']) || strlen($item['deny_gid'])) - ? '
Private Message
' + ? '
' . t('Private Message') . '
' : '
'); - // Top-level wall post not written by the wall owner (wall-to-wall) // First figure out who owns it. -- cgit v1.2.3