poll even if contact hasn't responded recently, so we can update the termination status
This commit is contained in:
parent
be090cc851
commit
267681844d
2 changed files with 3 additions and 5 deletions
|
|
@ -54,9 +54,7 @@ function onepoll_run($argv, $argc){
|
|||
logger('onepoll: no contact');
|
||||
return;
|
||||
}
|
||||
|
||||
if(was_recently_delayed($contact_id))
|
||||
return;
|
||||
|
||||
|
||||
$d = datetime_convert();
|
||||
|
||||
|
|
@ -87,7 +85,7 @@ function onepoll_run($argv, $argc){
|
|||
}
|
||||
|
||||
$contact = $contacts[0];
|
||||
|
||||
logger('onepoll: ' . $contact['id'] . ' ' . $contact['name'], LOGGER_DEBUG);
|
||||
|
||||
$xml = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue