diff options
author | friendica <info@friendica.com> | 2012-05-01 20:36:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-01 20:36:35 -0700 |
commit | e247ed3de25e740c8a0993b35a78e7bb5134c3f3 (patch) | |
tree | 35dbe0229250488ae6e1821c191f454dfab94dd3 /include | |
parent | 594803afca25bf173cc42bb523a6931cc386777a (diff) | |
download | volse-hubzilla-e247ed3de25e740c8a0993b35a78e7bb5134c3f3.tar.gz volse-hubzilla-e247ed3de25e740c8a0993b35a78e7bb5134c3f3.tar.bz2 volse-hubzilla-e247ed3de25e740c8a0993b35a78e7bb5134c3f3.zip |
cross fingers
Diffstat (limited to 'include')
-rw-r--r-- | include/socgraph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socgraph.php b/include/socgraph.php index a3e20a641..cf0042256 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)) |