that's why remove_obsolete_hublocs() isn't telling anybody when it does its thing, I forgot to uncomment the bit that tells everybody after I tested it. I needed extensive testing to make sure we didn't accidentally wipe out all hublocs everywhere. Testing went fine so I just assumed it was all working as planned; but went back today to find out why I wasn't told of a recent change.

This commit is contained in:
friendica 2014-09-30 23:41:50 -07:00
parent 79f1d48e19
commit f19d718631

View File

@ -105,9 +105,9 @@ function remove_obsolete_hublocs() {
dbesc($rr['hubloc_hash'])
);
if($x) {
// proc_run('php','include/notifier.php','location',$x[0]['channel_id']);
// if($interval)
// @time_sleep_until(microtime(true) + (float) $interval);
proc_run('php','include/notifier.php','location',$x[0]['channel_id']);
if($interval)
@time_sleep_until(microtime(true) + (float) $interval);
}
}
}