mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
improvement the last commit(6db4c59)
This commit is contained in:
parent
6db4c59c3c
commit
6a3ead3ca4
@ -165,10 +165,11 @@ if($searchAlerts) {
|
|||||||
FROM tagente
|
FROM tagente
|
||||||
WHERE nombre LIKE \'%' . $stringSearchSQL . '%\' ' . $extra_sql . '))
|
WHERE nombre LIKE \'%' . $stringSearchSQL . '%\' ' . $extra_sql . '))
|
||||||
)';
|
)';
|
||||||
|
$agents = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$alertsraw = agents_get_alerts_simple(false, "all_enabled",
|
$alertsraw = agents_get_alerts_simple($agents, "all_enabled",
|
||||||
array('offset' => get_parameter ('offset', 0),
|
array('offset' => get_parameter ('offset', 0),
|
||||||
'limit' => $config['block_size']), $whereAlerts, false,
|
'limit' => $config['block_size']), $whereAlerts, false,
|
||||||
$order['field'] . " " . $order['order']);
|
$order['field'] . " " . $order['order']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user