2022.09-rc
friendica 2012-05-01 20:36:35 -07:00
rodzic 594803afca
commit e247ed3de2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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