diff options
author | Mario <mario@mariovavti.com> | 2023-04-09 19:52:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-04-09 19:52:54 +0000 |
commit | cdf74c2e41e8e9f3f5fc7aec3230c74435cccf75 (patch) | |
tree | f4898a31c92efa13a098ef4934b8d1490397caf8 | |
parent | f76d9b7908fd55c5ee237e3dd48624bdf2541b4c (diff) | |
download | volse-hubzilla-cdf74c2e41e8e9f3f5fc7aec3230c74435cccf75.tar.gz volse-hubzilla-cdf74c2e41e8e9f3f5fc7aec3230c74435cccf75.tar.bz2 volse-hubzilla-cdf74c2e41e8e9f3f5fc7aec3230c74435cccf75.zip |
Revert "make sure to update ud_last timestamp if we successfully fingered a channel"
This reverts commit f76d9b7908fd55c5ee237e3dd48624bdf2541b4c.
-rw-r--r-- | Zotlabs/Lib/Libzotdir.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzotdir.php b/Zotlabs/Lib/Libzotdir.php index dfedd0bc8..fa691080f 100644 --- a/Zotlabs/Lib/Libzotdir.php +++ b/Zotlabs/Lib/Libzotdir.php @@ -331,7 +331,8 @@ class Libzotdir { dbesc($zf['data']['primary_location']['url']) ); } - + } + else { q("update updates set ud_last = '%s' where ud_addr = '%s'", dbesc(datetime_convert()), dbesc($ud['ud_addr']) |