2011-07-15 Vanessa Gil <vanessa.gil@artica.es>

* operation/events/events_list.php: Fixed filter events.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4573 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2011-07-15 09:07:59 +00:00
parent d320f55981
commit 1a282bfed4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-15 Vanessa Gil <vanessa.gil@artica.es>
* operation/events/events_list.php: Fixed filter events.
2011-07-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_html.php

View File

@ -118,7 +118,7 @@ if ($event_type != "") {
}
if ($severity != -1)
$sql_post .= " AND criticity >= ".$severity;
$sql_post .= " AND criticity = ".$severity;
if ($id_agent != -1)
$sql_post .= " AND id_agente = ".$id_agent;
if ($id_event != -1)