diff options
author | friendica <info@friendica.com> | 2013-08-04 21:20:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-04 21:20:03 -0700 |
commit | c86dfd2e0c1626003711194cdd4871790f1d6879 (patch) | |
tree | 6a011c3a8a5c18a8e0667d21c91e8ac5fd974930 /include | |
parent | e265a943c8d30a72fbcebab1403e1ea1c3ec45cc (diff) | |
download | volse-hubzilla-c86dfd2e0c1626003711194cdd4871790f1d6879.tar.gz volse-hubzilla-c86dfd2e0c1626003711194cdd4871790f1d6879.tar.bz2 volse-hubzilla-c86dfd2e0c1626003711194cdd4871790f1d6879.zip |
directory server sitelist module (needed for public site list and building friend suggestions for new sites/channels with no known contacts)
Diffstat (limited to 'include')
-rw-r--r-- | include/socgraph.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 |