2011-05-18 Vanessa Gil <vanessa.gil@artica.es>
* include/functions_agents.php: Fixed filter Group in Alert Detail. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4364 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
194478e887
commit
26481b61da
|
@ -1,3 +1,8 @@
|
|||
2011-05-18 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* include/functions_agents.php: Fixed filter Group in Alert Detail.
|
||||
|
||||
|
||||
2011-05-17 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/graphs/fgraph.php
|
||||
|
|
|
@ -151,7 +151,8 @@ function agents_get_alerts_simple ($id_agent = false, $filter = '', $options = f
|
|||
$filter .= db_format_array_where_clause_sql ($options);
|
||||
}
|
||||
|
||||
if (($id_agent === false) && ($idGroup !== false)) {
|
||||
if (($id_agent !== false) && ($idGroup !== false)) {
|
||||
|
||||
if ($idGroup != 0) { //All group
|
||||
$subQuery = 'SELECT id_agente_modulo
|
||||
FROM tagente_modulo
|
||||
|
|
Loading…
Reference in New Issue