From 0025ca22a274865fa2a7a045323b3eb418705c4d Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 17 Feb 2009 11:31:16 +0000 Subject: Interface fix: add close contacts into watchlist page. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@288 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/sidebar.block.watchlist.php | 46 +++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) (limited to 'templates/sidebar.block.watchlist.php') diff --git a/templates/sidebar.block.watchlist.php b/templates/sidebar.block.watchlist.php index eaf68dc..5b476ea 100644 --- a/templates/sidebar.block.watchlist.php +++ b/templates/sidebar.block.watchlist.php @@ -3,19 +3,61 @@ //No specific services $watching = $userservice->getWatchNames($userid); +$watchedBy = $userservice->getWatchNames($userid, true); + +$closeContacts = array(); // people in my contacts list and whose I am also in the contacts list +foreach($watching as $watchuser) { + if(in_array($watchuser, $watchedBy)) { + $closeContacts[] = $watchuser; + } +} + ?> -

+0):?> +

+
+ + + +

+
+ +
+ +

+
+
-- cgit v1.2.3-54-g00ecf