diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-02 14:46:24 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-02 14:46:24 -0800 |
commit | 966dd03195c3ad3370bad6e145f8117f6ea2969c (patch) | |
tree | f92d1e3512654a7e1fa65410f14ae661b1fd41df /mod | |
parent | 5041774fd3b9aaf7bc77b95ef57ab634e320d7a6 (diff) | |
parent | c5453d476d18d95b0efd7950c4a559b326f87f18 (diff) | |
download | volse-hubzilla-966dd03195c3ad3370bad6e145f8117f6ea2969c.tar.gz volse-hubzilla-966dd03195c3ad3370bad6e145f8117f6ea2969c.tar.bz2 volse-hubzilla-966dd03195c3ad3370bad6e145f8117f6ea2969c.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod')
-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']) ); |