aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-02 08:36:43 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-02 08:36:43 +0100
commit6ec021aafabb2d01d1965ab763aad5435251958a (patch)
treeb266a6bc5a80203538484f4d3de61b3b40f01491 /mod
parent954957bd8ac961ba06ccbb0105af438afe5afadf (diff)
downloadvolse-hubzilla-6ec021aafabb2d01d1965ab763aad5435251958a.tar.gz
volse-hubzilla-6ec021aafabb2d01d1965ab763aad5435251958a.tar.bz2
volse-hubzilla-6ec021aafabb2d01d1965ab763aad5435251958a.zip
revert filtering by metwork
Diffstat (limited to 'mod')
-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'])
);