From 15542a8690701b403ed7e7bf56d82d1511cfbd63 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 May 2012 20:47:04 -0700 Subject: yet another bug in remote_friends_in_common --- include/socgraph.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/socgraph.php') diff --git a/include/socgraph.php b/include/socgraph.php index a67b3d9e3..b7c4ccc71 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -176,6 +176,7 @@ function count_common_friends($uid,$cid) { intval($cid) ); +// logger("count_common_friends: $uid $cid {$r[0]['total']}"); if(count($r)) return $r[0]['total']; return 0; -- cgit v1.2.3