cross fingers

This commit is contained in:
friendica 2012-05-01 20:36:35 -07:00
parent 594803afca
commit e247ed3de2
1 changed files with 1 additions and 1 deletions

View File

@ -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))