diff options
Diffstat (limited to 'include/socgraph.php')
-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 |