aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-19 19:56:21 -0700
committerfriendica <info@friendica.com>2014-03-19 19:56:21 -0700
commitfa5ac2682879bd98362fba5317cf75ae1e8abff1 (patch)
tree2371a9b4953a3f31e7a2b3c1337b0817693a279c
parent68fc2a220e81589d86af0233b533b6b713545a24 (diff)
downloadvolse-hubzilla-fa5ac2682879bd98362fba5317cf75ae1e8abff1.tar.gz
volse-hubzilla-fa5ac2682879bd98362fba5317cf75ae1e8abff1.tar.bz2
volse-hubzilla-fa5ac2682879bd98362fba5317cf75ae1e8abff1.zip
doco
-rw-r--r--include/hubloc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hubloc.php b/include/hubloc.php
index b6f0c8c57..35d9dbeb1 100644
--- a/include/hubloc.php
+++ b/include/hubloc.php
@@ -19,6 +19,7 @@ function prune_hub_reinstalls() {
$d2 = datetime_convert('UTC','UTC','now - 3 days');
// allow some slop period, say 3 days - just in case this is a glitch or transient occurrence
+ // Then remove any hublocs pointing to the oldest entry.
if($d1 < $d2) {
logger('prune_hub_reinstalls: removing dead hublocs at ' . $rr['site_url']);