From 6ec021aafabb2d01d1965ab763aad5435251958a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 2 Nov 2015 08:36:43 +0100 Subject: revert filtering by metwork --- mod/connedit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/connedit.php b/mod/connedit.php index 87ca55703..877c12dc7 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -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']) ); -- cgit v1.2.3