aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/connedit.php')
-rw-r--r--mod/connedit.php2
1 files changed, 1 insertions, 1 deletions
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'])
);