From: friendica Date: Wed, 2 May 2012 03:36:35 +0000 (-0700) Subject: cross fingers X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e247ed3de25e740c8a0993b35a78e7bb5134c3f3;p=friendica.git cross fingers --- diff --git a/include/socgraph.php b/include/socgraph.php index a3e20a6414..cf00422560 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -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))