From 7d429b28940848cbf0cdf397ed664a594b28d994 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 22:21:51 -0700 Subject: subdue archived connections in mod/connections --- mod/connections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/connections.php b/mod/connections.php index f0879ae31..a453203ab 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -373,7 +373,7 @@ function connections_content(&$a) { 'thumb' => $rr['xchan_photo_m'], 'name' => $rr['xchan_name'], 'username' => $rr['xchan_name'], - 'sparkle' => $sparkle, + 'classes' => (($rr['abook_flags'] & ABOOK_FLAG_ARCHIVED) ? 'archived' : ''), 'link' => z_root() . '/connedit/' . $rr['abook_id'], 'url' => chanlink_url($rr['xchan_url']), 'network' => network_to_name($rr['network']), -- cgit v1.2.3