Fixed sql error in tagente_datos_log4x

This commit is contained in:
Daniel Maya 2017-06-12 13:43:53 +02:00
parent 0a74a35c7e
commit 4693702741
1 changed files with 1 additions and 1 deletions

View File

@ -1722,7 +1722,7 @@ function modules_get_agentmodule_data ($id_agent_module, $period,
break;
//log4x
case 24:
$sql = sprintf ("SELECT datos AS data, utimestamp
$sql = sprintf ("SELECT message AS data, utimestamp
FROM tagente_datos_log4x
WHERE id_agente_modulo = %d
AND utimestamp > %d AND utimestamp <= %d