Merge branch '1077-sql-error-in-log4x-data-module-dialog-dev' into 'develop'

Changed field in sql request

See merge request !654
This commit is contained in:
vgilc 2017-08-14 15:30:55 +02:00
commit bf61f8324f
1 changed files with 2 additions and 2 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
@ -2597,4 +2597,4 @@ function recursive_get_dt_from_modules_tree (&$f_modules, $modules, $deep) {
}
}
?>
?>