diff options
author | Mario Vavti <mario@mariovavti.com> | 2020-12-29 20:37:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2020-12-29 20:37:23 +0100 |
commit | 5cefdbf98519ef6cb5dbd397e19ff9d0d79258d3 (patch) | |
tree | 1af2f6b6da2561576685551d76b499f601f4013b /include | |
parent | 5485f96625d03dab1f8f9e9fdf3f6ea5180509c9 (diff) | |
download | volse-hubzilla-5cefdbf98519ef6cb5dbd397e19ff9d0d79258d3.tar.gz volse-hubzilla-5cefdbf98519ef6cb5dbd397e19ff9d0d79258d3.tar.bz2 volse-hubzilla-5cefdbf98519ef6cb5dbd397e19ff9d0d79258d3.zip |
random_profile: return zot6 entries
Diffstat (limited to 'include')
-rw-r--r-- | include/connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connections.php b/include/connections.php index 100e595d0..bd41e112e 100644 --- a/include/connections.php +++ b/include/connections.php @@ -472,7 +472,7 @@ function random_profile() { $r = q("select xchan_url, xchan_hash from xchan left join hubloc on hubloc_hash = xchan_hash where xchan_hidden = 0 and xchan_system = 0 and - xchan_network = 'zot' and xchan_deleted = 0 and + xchan_network = 'zot6' and xchan_deleted = 0 and hubloc_connected > %s - interval %s order by $randfunc limit 1", db_utcnow(), db_quoteinterval('30 day') |