Changed field for last contact to timestamp

Former-commit-id: 41678b6c2541a05a92bcb4631eff00e6b60d5660
This commit is contained in:
Luis Calvo 2019-03-29 13:24:22 +01:00
parent 2a96b610d9
commit 59300bd757
1 changed files with 1 additions and 1 deletions

View File

@ -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']
);