mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
set ud_last after successfully probing a channel
This commit is contained in:
@@ -331,8 +331,7 @@ class Libzotdir {
|
|||||||
dbesc($zf['data']['primary_location']['url'])
|
dbesc($zf['data']['primary_location']['url'])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else {
|
|
||||||
q("update updates set ud_last = '%s' where ud_addr = '%s'",
|
q("update updates set ud_last = '%s' where ud_addr = '%s'",
|
||||||
dbesc(datetime_convert()),
|
dbesc(datetime_convert()),
|
||||||
dbesc($ud['ud_addr'])
|
dbesc($ud['ud_addr'])
|
||||||
|
|||||||
Reference in New Issue
Block a user