mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
refactor events meta pandora_enterprise#9086
This commit is contained in:
parent
f93e141aac
commit
9bb072a48a
@ -985,7 +985,6 @@ function events_get_all(
|
||||
// Prepare agent join sql filters.
|
||||
$table = 'tevento';
|
||||
$tevento = 'tevento te';
|
||||
// TODO: XXX.
|
||||
$agent_join_filters = [];
|
||||
$tagente_table = 'tagente';
|
||||
$tagente_field = 'id_agente';
|
||||
@ -1592,9 +1591,6 @@ function events_get_all(
|
||||
}
|
||||
|
||||
if (empty($filter['server_id']) === true) {
|
||||
// TODO: XXX;
|
||||
hd($sort_field, true);
|
||||
hd($order, true);
|
||||
if ($sort_field !== 'agent_name'
|
||||
&& $sort_field !== 'server_name'
|
||||
&& $sort_field !== 'timestamp'
|
||||
|
Loading…
x
Reference in New Issue
Block a user