cross fingers
This commit is contained in:
parent
594803afca
commit
e247ed3de2
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ function count_common_friends_zcid($uid,$zcid) {
|
||||||
where `glink`.`zcid` = %d
|
where `glink`.`zcid` = %d
|
||||||
and `gcontact`.`nurl` in (select nurl from contact where uid = %d and self = 0 ) ",
|
and `gcontact`.`nurl` in (select nurl from contact where uid = %d and self = 0 ) ",
|
||||||
intval($zcid),
|
intval($zcid),
|
||||||
intval($uid),
|
intval($uid)
|
||||||
);
|
);
|
||||||
|
|
||||||
if(count($r))
|
if(count($r))
|
||||||
|
|
Loading…
Reference in a new issue