revert filtering by metwork

This commit is contained in:
Mario Vavti 2015-11-02 08:36:43 +01:00
parent 954957bd8a
commit 6ec021aafa

View File

@ -655,7 +655,7 @@ function connedit_content(&$a) {
$locstr = '';
$locs = q("select hubloc_addr as location from hubloc left join site on hubloc_url = site_url where hubloc_hash = '%s'
and hubloc_network = 'zot' and hubloc_deleted = 0 and site_dead = 0",
and hubloc_deleted = 0 and site_dead = 0",
dbesc($contact['xchan_hash'])
);