Changed field for last contact to timestamp
Former-commit-id: 41678b6c2541a05a92bcb4631eff00e6b60d5660
This commit is contained in:
parent
2a96b610d9
commit
59300bd757
|
@ -565,7 +565,7 @@ if (!empty($network_interfaces)) {
|
|||
|
||||
$sqlLast_contact = sprintf(
|
||||
'
|
||||
SELECT last_try
|
||||
SELECT timestamp
|
||||
FROM tagente_estado
|
||||
WHERE id_agente_modulo = '.$interface['status_module_id']
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue