From e036187a42ff78e093ded5287b9c23efd222e686 Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 5 Mar 2009 09:44:20 +0000 Subject: Bug fix: close contacts are now really close contacts git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@307 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/sidebar.block.watchlist.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/sidebar.block.watchlist.php b/templates/sidebar.block.watchlist.php index 686550b..b759d70 100644 --- a/templates/sidebar.block.watchlist.php +++ b/templates/sidebar.block.watchlist.php @@ -5,7 +5,8 @@ $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 + +$closeContacts = array(); // people in my contacts list and who I am also in the contacts list foreach($watching as $watchuser) { if(in_array($watchuser, $watchedBy)) { $closeContacts[] = $watchuser; @@ -18,7 +19,7 @@ foreach($watching as $watchuser) {

@@ -48,7 +49,7 @@ foreach($watching as $watchuser) {
-

+