mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:42:54 +00:00
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
|
||||
and `gcontact`.`nurl` in (select nurl from contact where uid = %d and self = 0 ) ",
|
||||
intval($zcid),
|
||||
intval($uid),
|
||||
intval($uid)
|
||||
);
|
||||
|
||||
if(count($r))
|
||||
|
|
Loading…
Reference in a new issue