diff options
author | Mario <mario@mariovavti.com> | 2021-06-28 08:37:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-28 08:37:05 +0000 |
commit | d322feeb54d087897e642dbd647a429a9b4beeff (patch) | |
tree | a0b7e81d19f36ed3ae6ba554bbb8a892d3287b94 /boot.php | |
parent | 842c7b31fb6e34c537d6ebf671327c5a114e573a (diff) | |
download | volse-hubzilla-d322feeb54d087897e642dbd647a429a9b4beeff.tar.gz volse-hubzilla-d322feeb54d087897e642dbd647a429a9b4beeff.tar.bz2 volse-hubzilla-d322feeb54d087897e642dbd647a429a9b4beeff.zip |
more deprecate legacy zot
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2118,7 +2118,7 @@ function load_contact_links($uid) { // logger('load_contact_links'); - $r = q("SELECT abook_id, abook_flags, abook_my_perms, abook_their_perms, xchan_hash, xchan_photo_m, xchan_name, xchan_url, xchan_network from abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d ", + $r = q("SELECT abook_id, abook_flags, abook_my_perms, abook_their_perms, xchan_hash, xchan_photo_m, xchan_name, xchan_url, xchan_network from abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d and xchan_deleted = 0", intval($uid) ); if($r) { |