This commit is contained in:
Mike Macgirvin 2022-11-19 11:25:33 -08:00
parent b7186936e2
commit 084735a7e9
2 changed files with 2 additions and 2 deletions

View file

@ -287,7 +287,7 @@ function mark_orphan_hubsxchans()
$r = q("update hubloc set hubloc_deleted = 1 where hubloc_deleted = 0
and hubloc_network in ('nomad','zot6') and hubloc_connected < %s - interval %s",
and hubloc_network in ('nomad','zot6') and hubloc_connected != '0001-01-01 00:00:00' hubloc_connected < %s - interval %s",
db_utcnow(), db_quoteinterval('36 day')
);

View file

@ -1,2 +1,2 @@
<?php
define ('STD_VERSION', '22.11.17');
define ('STD_VERSION', '22.11.20');