aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-26 11:31:10 +1100
committerRedMatrix <info@friendica.com>2015-01-26 11:31:10 +1100
commit20d7ed31008acfe0b17b468a270c3184a7e6fe69 (patch)
tree73d61fc23350575d2058f9f60f5d77b45b489fbe /include
parent505d530d28065a0cbfacd7d84c121133ebab01aa (diff)
parentdc259ba027e75ec8ababff322940165613b286ed (diff)
downloadvolse-hubzilla-20d7ed31008acfe0b17b468a270c3184a7e6fe69.tar.gz
volse-hubzilla-20d7ed31008acfe0b17b468a270c3184a7e6fe69.tar.bz2
volse-hubzilla-20d7ed31008acfe0b17b468a270c3184a7e6fe69.zip
Merge pull request #878 from habeascodice/master
ping @mike
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
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)