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:
parent
79f1d48e19
commit
f19d718631
@ -105,9 +105,9 @@ function remove_obsolete_hublocs() {
|
|||||||
dbesc($rr['hubloc_hash'])
|
dbesc($rr['hubloc_hash'])
|
||||||
);
|
);
|
||||||
if($x) {
|
if($x) {
|
||||||
// proc_run('php','include/notifier.php','location',$x[0]['channel_id']);
|
proc_run('php','include/notifier.php','location',$x[0]['channel_id']);
|
||||||
// if($interval)
|
if($interval)
|
||||||
// @time_sleep_until(microtime(true) + (float) $interval);
|
@time_sleep_until(microtime(true) + (float) $interval);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user