link suggestions into the main code
This commit is contained in:
parent
158028a0ac
commit
e38aa67263
4 changed files with 11 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue