aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-04 17:11:29 -0700
committerfriendica <info@friendica.com>2014-05-04 17:11:29 -0700
commit3ae67c517ed8791332fb1ace2a0908209a6d0e0d (patch)
tree1fc92fb8399a423a4cc0249b1ad02b4b9310a01f /mod/connections.php
parentfc550ae330102eed57905b423ff2d8b8a64b48d3 (diff)
parentfc5ae78079e314a49390403943ed301da9a4c2ef (diff)
downloadvolse-hubzilla-3ae67c517ed8791332fb1ace2a0908209a6d0e0d.tar.gz
volse-hubzilla-3ae67c517ed8791332fb1ace2a0908209a6d0e0d.tar.bz2
volse-hubzilla-3ae67c517ed8791332fb1ace2a0908209a6d0e0d.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod/connections.php')
-rw-r--r--mod/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php
index b9605da01..3c3a704b2 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -213,7 +213,7 @@ function connections_content(&$a) {
nav_set_selected('intros');
break;
case 'ifpending':
- $r = q("SELECT COUNT(abook.abook_id) AS total FROM abook left join xchan on abook.abook_xchan = xchan.xchan_hash where abook_channel = %d and (abook_flags & %d) and not (abook_flags & %d) and not (xchan_flags & %d )",
+ $r = q("SELECT COUNT(abook.abook_id) AS total FROM abook left join xchan on abook.abook_xchan = xchan.xchan_hash where abook_channel = %d and (abook_flags & %d) and not ((abook_flags & %d) or (xchan_flags & %d))",
intval(local_user()),
intval(ABOOK_FLAG_PENDING),
intval(ABOOK_FLAG_SELF|ABOOK_FLAG_IGNORED),