separate by network

This commit is contained in:
zotlabs 2018-11-14 20:34:00 -08:00
parent 034f23b47e
commit b11858bcac

View File

@ -508,6 +508,7 @@ logger('4');
$r = q("select hubloc.*, site.site_crypto from hubloc left join site on hubloc_url = site_url
where hubloc_guid = '%s' and hubloc_guid_sig = '%s'
and hubloc_url = '%s' and hubloc_url_sig = '%s'
and hubloc_network = 'zot6'
and hubloc_site_id = '%s' $limit",
dbesc($arr['id']),
dbesc($arr['id_sig']),