diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8cceddfb8e..555d9b8b44 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 Juan Manuel Ramon + + * include/functions_graph.php: Fixed some mistakes of my last commit. + 2011-04-20 Juan Manuel Ramon * include/functions_events.php diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 74bc981765..906ae6e28f 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -1366,7 +1366,7 @@ function graphic_agentevents2 ($id_agent, $width, $height, $period = 0) { } $top = $datelimit + ($periodtime * ($i + 1)); - $criticity = (int) get_db_value_filter ('criticity', + $criticity = (int) db_get_value_filter ('criticity', 'tevento', array ('id_agente' => $id_agent, 'utimestamp > '.$bottom,