diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-02 08:36:43 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-02 08:36:43 +0100 |
commit | 6ec021aafabb2d01d1965ab763aad5435251958a (patch) | |
tree | b266a6bc5a80203538484f4d3de61b3b40f01491 | |
parent | 954957bd8ac961ba06ccbb0105af438afe5afadf (diff) | |
download | volse-hubzilla-6ec021aafabb2d01d1965ab763aad5435251958a.tar.gz volse-hubzilla-6ec021aafabb2d01d1965ab763aad5435251958a.tar.bz2 volse-hubzilla-6ec021aafabb2d01d1965ab763aad5435251958a.zip |
revert filtering by metwork
-rw-r--r-- | mod/connedit.php | 2 |
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']) ); |