From 014c91431e7796f9c5394efaae507837fe5c168b Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 3 Nov 2011 16:00:52 -0700 Subject: ignore suggestions --- include/socgraph.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/socgraph.php') diff --git a/include/socgraph.php b/include/socgraph.php index b9f53d6a6..84cfe4468 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -171,9 +171,11 @@ function suggestion_query($uid, $start = 0, $limit = 40) { $r = q("SELECT count(glink.gcid) as `total`, gcontact.* from gcontact left join glink on glink.gcid = gcontact.id where uid = %d and not gcontact.nurl in ( select nurl from contact where uid = %d) + and not gcontact.id in ( select gcid from gcign where uid = %d ) group by glink.gcid order by total desc limit %d, %d ", intval($uid), intval($uid), + intval($uid), intval($start), intval($limit) ); -- cgit v1.2.3