diff options
author | friendica <info@friendica.com> | 2015-01-26 17:10:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-26 17:10:05 -0800 |
commit | 9f5bfca28dde23893156ad36682e20ca2fc0dd45 (patch) | |
tree | ae2ae0eb38458287e2f607db2cacacff50c676a9 /include | |
parent | d73972e8e26d2155a49ef7fe01dda0af85112e09 (diff) | |
parent | aa24d6c8e58f91fadead5cedd8a332aaec1ea64a (diff) | |
download | volse-hubzilla-9f5bfca28dde23893156ad36682e20ca2fc0dd45.tar.gz volse-hubzilla-9f5bfca28dde23893156ad36682e20ca2fc0dd45.tar.bz2 volse-hubzilla-9f5bfca28dde23893156ad36682e20ca2fc0dd45.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 3d92f7824..780c6a265 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2919,7 +2919,7 @@ function zot_process_message_request($data) { $r = q("select hubloc_guid, hubloc_url, hubloc_sitekey, hubloc_network, hubloc_flags, hubloc_callback, hubloc_host from hubloc where hubloc_hash = '%s' and not (hubloc_flags & %d)>0 - and not (hubloc_status & %d)>0 group by hubloc_sitekey", + and not (hubloc_status & %d)>0 ", dbesc($sender_hash), intval(HUBLOC_FLAGS_DELETED), intval(HUBLOC_OFFLINE) |