issue #527
This commit is contained in:
parent
7b90b0dfd9
commit
9ab6029280
@ -3643,8 +3643,7 @@ function zot_reply_message_request($data) {
|
|||||||
if ($messages) {
|
if ($messages) {
|
||||||
$env_recips = null;
|
$env_recips = null;
|
||||||
|
|
||||||
$r = q("select * from hubloc where hubloc_hash = '%s' and hubloc_error = 0 and hubloc_deleted = 0
|
$r = q("select * from hubloc where hubloc_hash = '%s' and hubloc_error = 0 and hubloc_deleted = 0",
|
||||||
group by hubloc_sitekey",
|
|
||||||
dbesc($sender_hash)
|
dbesc($sender_hash)
|
||||||
);
|
);
|
||||||
if (! $r) {
|
if (! $r) {
|
||||||
|
Reference in New Issue
Block a user