aboutsummaryrefslogtreecommitdiffstats
path: root/include/socgraph.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-01 20:36:35 -0700
committerfriendica <info@friendica.com>2012-05-01 20:36:35 -0700
commite247ed3de25e740c8a0993b35a78e7bb5134c3f3 (patch)
tree35dbe0229250488ae6e1821c191f454dfab94dd3 /include/socgraph.php
parent594803afca25bf173cc42bb523a6931cc386777a (diff)
downloadvolse-hubzilla-e247ed3de25e740c8a0993b35a78e7bb5134c3f3.tar.gz
volse-hubzilla-e247ed3de25e740c8a0993b35a78e7bb5134c3f3.tar.bz2
volse-hubzilla-e247ed3de25e740c8a0993b35a78e7bb5134c3f3.zip
cross fingers
Diffstat (limited to 'include/socgraph.php')
-rw-r--r--include/socgraph.php2
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))