aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-12-29 19:37:23 +0000
committerMario <mario@mariovavti.com>2020-12-30 15:40:03 +0100
commit3cd64bcb22f12b4333c1a39c8e40201beab06adc (patch)
treea2593a38763d7bfb8dcd7093b35a9978ab89433d /include
parent86bfb07c29b58a13ad45532dc4c63ea2f1d53579 (diff)
downloadvolse-hubzilla-3cd64bcb22f12b4333c1a39c8e40201beab06adc.tar.gz
volse-hubzilla-3cd64bcb22f12b4333c1a39c8e40201beab06adc.tar.bz2
volse-hubzilla-3cd64bcb22f12b4333c1a39c8e40201beab06adc.zip
random_profile: return zot6 entries
(cherry picked from commit 5cefdbf98519ef6cb5dbd397e19ff9d0d79258d3)
Diffstat (limited to 'include')
-rw-r--r--include/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connections.php b/include/connections.php
index 658fb6ee6..a5a3fc3ce 100644
--- a/include/connections.php
+++ b/include/connections.php
@@ -471,7 +471,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')