diff options
author | Mario <mario@mariovavti.com> | 2023-04-09 19:45:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-04-09 19:45:04 +0000 |
commit | 4a72ea66663c0bfd3bdea03b00f545ca19e7a280 (patch) | |
tree | b86930841f080e8cedd7c123808180dae7a778d3 | |
parent | dcfdf3a5d7b033546fa324a24852af3fd3bab1d7 (diff) | |
parent | f76d9b7908fd55c5ee237e3dd48624bdf2541b4c (diff) | |
download | volse-hubzilla-4a72ea66663c0bfd3bdea03b00f545ca19e7a280.tar.gz volse-hubzilla-4a72ea66663c0bfd3bdea03b00f545ca19e7a280.tar.bz2 volse-hubzilla-4a72ea66663c0bfd3bdea03b00f545ca19e7a280.zip |
Merge branch 'dev'
-rw-r--r-- | Zotlabs/Lib/Libzotdir.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Libzotdir.php b/Zotlabs/Lib/Libzotdir.php index fa691080f..dfedd0bc8 100644 --- a/Zotlabs/Lib/Libzotdir.php +++ b/Zotlabs/Lib/Libzotdir.php @@ -331,8 +331,7 @@ 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']) |