diff options
author | Mario <mario@mariovavti.com> | 2020-11-21 20:35:38 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-21 20:35:38 +0000 |
commit | 50422c608f829251aa8628732e756c836e6c91d9 (patch) | |
tree | 625b2417187a0f831457426d0218226e7b023774 | |
parent | 7639157a4907e9dbdffe6dd24f4f687f4cce6f01 (diff) | |
download | volse-hubzilla-50422c608f829251aa8628732e756c836e6c91d9.tar.gz volse-hubzilla-50422c608f829251aa8628732e756c836e6c91d9.tar.bz2 volse-hubzilla-50422c608f829251aa8628732e756c836e6c91d9.zip |
fix #1492
-rw-r--r-- | include/socgraph.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/socgraph.php b/include/socgraph.php index 3da4dce63..aaea4550c 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -271,6 +271,7 @@ function suggestion_query($uid, $myxchan, $start = 0, $limit = 80) { and xchan_hidden = 0 and xchan_deleted = 0 and xlink_static = 0 + and xchan_network = 'zot6' group by xchan_hash order by total desc limit %d offset %d ", intval($uid), intval($uid), @@ -290,6 +291,7 @@ function suggestion_query($uid, $myxchan, $start = 0, $limit = 80) { and xchan_hidden = 0 and xchan_deleted = 0 and xlink_static = 0 + and xchan_network = 'zot6' group by xchan_hash order by total desc limit %d offset %d ", intval($uid), intval($uid), |