issue #578 - this won't fix old items but should work going forward. The extra time slop shouldn't be needed and will in fact result in possibly undesired redundancy.
This commit is contained in:
@@ -61,7 +61,7 @@ function externals_run($argv, $argc){
|
||||
|
||||
if($url) {
|
||||
if($r[0]['site_pull'] !== '0000-00-00 00:00:00')
|
||||
$mindate = urlencode($r[0]['site_pull']);
|
||||
$mindate = urlencode(datetime_convert('','',$r[0]['site_pull'] . ' - 1 day'));
|
||||
else {
|
||||
$days = get_config('externals','since_days');
|
||||
if($days === false)
|
||||
|
Reference in New Issue
Block a user