merge issue
This commit is contained in:
parent
c699d3a17a
commit
d35c5bcb2f
@ -2816,10 +2816,8 @@ function build_sync_packet($uid = 0, $packet = null, $groups_changed = false) {
|
|||||||
|
|
||||||
$channel = $r[0];
|
$channel = $r[0];
|
||||||
|
|
||||||
$h = q("select * from hubloc where hubloc_hash = '%s' and not (hubloc_flags & %d) > 0 and not (hubloc_status & %d) > 0",
|
$h = q("select * from hubloc where hubloc_hash = '%s' and hubloc_deleted = 0",
|
||||||
dbesc($channel['channel_hash']),
|
dbesc($channel['channel_hash'])
|
||||||
intval(HUBLOC_FLAGS_DELETED),
|
|
||||||
intval(HUBLOC_OFFLINE)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if(! $h)
|
if(! $h)
|
||||||
|
Reference in New Issue
Block a user