diff options
author | Mario <mario@mariovavti.com> | 2023-04-09 19:53:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-04-09 19:53:27 +0000 |
commit | 92246ce3a8e16ebf6f1b4121063d93da02d4cf73 (patch) | |
tree | c6dff5ad18ee12c51f3716ca8183b21274ad6aad | |
parent | 4a72ea66663c0bfd3bdea03b00f545ca19e7a280 (diff) | |
parent | cdf74c2e41e8e9f3f5fc7aec3230c74435cccf75 (diff) | |
download | volse-hubzilla-92246ce3a8e16ebf6f1b4121063d93da02d4cf73.tar.gz volse-hubzilla-92246ce3a8e16ebf6f1b4121063d93da02d4cf73.tar.bz2 volse-hubzilla-92246ce3a8e16ebf6f1b4121063d93da02d4cf73.zip |
Merge branch 'dev'
-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']) |