diff options
author | Mario <mario@mariovavti.com> | 2023-05-10 08:15:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-10 08:15:21 +0000 |
commit | 0f01aac82340a77fb6f087245ea53cfa655bdcef (patch) | |
tree | 6337d0316fab20995cb9e29c067b2328a40dd04e /Zotlabs | |
parent | ce0a96351ec216c90fb1fe3f9294e444053c9212 (diff) | |
download | volse-hubzilla-0f01aac82340a77fb6f087245ea53cfa655bdcef.tar.gz volse-hubzilla-0f01aac82340a77fb6f087245ea53cfa655bdcef.tar.bz2 volse-hubzilla-0f01aac82340a77fb6f087245ea53cfa655bdcef.zip |
wording
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Connect.php | 2 |
1 files changed, 1 insertions, 1 deletions
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), |