From c86dfd2e0c1626003711194cdd4871790f1d6879 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 4 Aug 2013 21:20:03 -0700 Subject: directory server sitelist module (needed for public site list and building friend suggestions for new sites/channels with no known contacts) --- 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 3970acd0d..ef1bab1d6 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -274,6 +274,7 @@ function suggestion_query($uid, $myxchan, $start = 0, $limit = 80) { intval($limit) ); + /* $r = q("SELECT count(xlink.xchan) as `total`, gcontact.* from gcontact left join glink on glink.gcid = gcontact.id -- cgit v1.2.3