1
0
Fork 0

link suggestions into the main code

This commit is contained in:
Friendika 2011-11-01 21:27:11 -07:00
commit e38aa67263
4 changed files with 11 additions and 0 deletions

View file

@ -165,6 +165,9 @@ function common_friends($uid,$cid) {
function suggestion_query($uid, $start = 0, $limit = 40) {
if(! $uid)
return array();
$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)