From 0f01aac82340a77fb6f087245ea53cfa655bdcef Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 10 May 2023 08:15:21 +0000 Subject: wording --- Zotlabs/Lib/Connect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib') diff --git a/Zotlabs/Lib/Connect.php b/Zotlabs/Lib/Connect.php index c5478bf97..4de41526b 100644 --- a/Zotlabs/Lib/Connect.php +++ b/Zotlabs/Lib/Connect.php @@ -69,7 +69,7 @@ class Connect { $xchan_hash = ''; $sql_options = (($protocol) ? " and xchan_network = '" . dbesc($protocol) . "' " : ''); - // We need both, the xchan and the hubloc here hence use JOIN instead of LEFT JOIN here + // We need both, the xchan and the hubloc here hence use JOIN instead of LEFT JOIN $r = q("SELECT * FROM xchan JOIN hubloc ON xchan_hash = hubloc_hash WHERE ( xchan_hash = '%s' or xchan_url = '%s' or xchan_addr = '%s') $sql_options ORDER BY hubloc_id DESC", dbesc($url), dbesc($url), -- cgit v1.2.3