aboutsummaryrefslogtreecommitdiffstats
path: root/include/socgraph.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/socgraph.php')
-rw-r--r--include/socgraph.php1
1 files changed, 1 insertions, 0 deletions
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;