mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
commit
bf61f8324f
@ -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) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user