From f7ff2de1321ede230555b1c717a70608246afc85 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 Nov 2012 23:06:03 -0800 Subject: add pending check on group queries --- include/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/follow.php') diff --git a/include/follow.php b/include/follow.php index 686282624..7b9405247 100644 --- a/include/follow.php +++ b/include/follow.php @@ -53,7 +53,7 @@ function new_contact($uid,$url,$channel,$interactive = false) { // check service class limits - $r = q("select count(*) as total from abook where abook_channel = %d and not (abook_flags & %d)", + $r = q("select count(*) as total from abook where abook_channel = %d and not (abook_flags & %d) ", intval($uid), intval(ABOOK_FLAG_SELF) ); -- cgit v1.2.3