Changed field in sql request

This commit is contained in:
Arturo Gonzalez 2017-07-10 12:46:02 +02:00 committed by daniel
parent 7c0f0e3b31
commit 09bb7d8cd8
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 message AS data, utimestamp
$sql = sprintf ("SELECT stacktrace AS data, utimestamp
FROM tagente_datos_log4x
WHERE id_agente_modulo = %d
AND utimestamp > %d AND utimestamp <= %d