]> git.mxchange.org Git - friendica.git/commitdiff
cross fingers
authorfriendica <info@friendica.com>
Wed, 2 May 2012 03:36:35 +0000 (20:36 -0700)
committerfriendica <info@friendica.com>
Wed, 2 May 2012 03:36:35 +0000 (20:36 -0700)
include/socgraph.php

index a3e20a64143e78ebd9688064ba7f08a1491a42c3..cf00422560251117fc11d14db58468f4f92d5270 100644 (file)
@@ -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))